SEO helper
helps with tasks like seeing if a page is indexable
Vad är SEO helper?
SEO helper är en Chrome-tillägg utvecklad av https://valentin.app, och dess huvudfunktion är "helps with tasks like seeing if a page is indexable".
Tilläggsskärmbilder
Ladda ner SEO helper-förlängningens CRX-fil
Ladda ner SEO helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
SEO helper shows wether the current page can be indexed by Google or not and wether links will be follow or not. release log: v2.0 now with several new features like including status codes, redirects, robots.txt and canonical v1.3 several bugfixes (including meta tag in body) v1.2 now accounts for uppercase
Grundläggande Information om Tillägg
Namn | SEO helper |
ID | dcjpekmglilnkcbaocogljaiinepdjbm |
Officiell webbadress | https://chromewebstore.google.com/detail/seo-helper/dcjpekmglilnkcbaocogljaiinepdjbm |
Beskrivning | helps with tasks like seeing if a page is indexable |
Filstorlek | 191 KB |
Antal Installationer | 247 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2018-12-03 |
Publiceringsdatum | 2018-12-02 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://valentin.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://valentin.app/robotsmeta.html |
Hjälpsida URL | https://twitter.com/VorticonCmdr |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "icons\/icon32.png", "default_popup": "popup.html", "default_title": "SEO helper", "name": "SEO helper" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png" }, "description": "helps with tasks like seeing if a page is indexable", "manifest_version": 2, "name": "SEO helper", "permissions": [ "storage", "webRequest", "webNavigation", "tabs", " |