{"slug":"gna-crawling-errors","name":"GNA Crawling Errors","description":"Easy to check crawling errors of website and export the information to CSV type file","author":"Chris Mok","active_installs":10,"version":"0.9.3","wp_org_url":"https://wordpress.org/plugins/gna-crawling-errors/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"cookies","full_table_name":"wp_cookies","description":"Stores cookies data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"integer","nullable":true,"primary_key":true},{"name":"cookie_hash","type":"TEXT","nullable":true,"primary_key":false},{"name":"source_domain","type":"TEXT","nullable":true,"primary_key":false},{"name":"source_url","type":"TEXT","nullable":true,"primary_key":false},{"name":"name","type":"TEXT","nullable":true,"primary_key":false},{"name":"value","type":"TEXT","nullable":true,"primary_key":false},{"name":"domain","type":"TEXT","nullable":true,"primary_key":false},{"name":"path","type":"TEXT","nullable":true,"primary_key":false},{"name":"expires","type":"TEXT","nullable":true,"primary_key":false},{"name":"expire_timestamp","type":"INTEGER","nullable":true,"primary_key":false},{"name":"cookie_send_time","type":"INTEGER","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS cookies (id integer PRIMARY KEY AUTOINCREMENT, cookie_hash TEXT UNIQUE, source_domain TEXT, source_url TEXT, name TEXT, value TEXT, domain TEXT, path TEXT, expires TEXT, expire_timestamp INTEGER, cookie_send_time INTEGER);"},{"table_name":"document_infos","full_table_name":"wp_document_infos","description":"Stores document infos data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"integer","nullable":true,"primary_key":true},{"name":"document_info","type":"blob","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS document_infos (id integer PRIMARY KEY AUTOINCREMENT, document_info blob);"},{"table_name":"urls","full_table_name":"wp_urls","description":"Stores urls data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"integer","nullable":true,"primary_key":true},{"name":"in_process","type":"bool","nullable":true,"primary_key":false},{"name":"processed","type":"bool","nullable":true,"primary_key":false},{"name":"priority_level","type":"integer","nullable":true,"primary_key":false},{"name":"distinct_hash","type":"TEXT","nullable":true,"primary_key":false},{"name":"link_raw","type":"TEXT","nullable":true,"primary_key":false},{"name":"linkcode","type":"TEXT","nullable":true,"primary_key":false},{"name":"linktext","type":"TEXT","nullable":true,"primary_key":false},{"name":"refering_url","type":"TEXT","nullable":true,"primary_key":false},{"name":"url_rebuild","type":"TEXT","nullable":true,"primary_key":false},{"name":"is_redirect_url","type":"bool","nullable":true,"primary_key":false},{"name":"url_link_depth","type":"integer","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS urls (id integer PRIMARY KEY AUTOINCREMENT, in_process bool DEFAULT 0, processed bool DEFAULT 0, priority_level integer, distinct_hash TEXT UNIQUE, link_raw TEXT, linkcode TEXT, linktext TEXT, refering_url TEXT, url_rebuild TEXT, is_redirect_url bool, url_link_depth integer);"}],"table_count":3}