Open in SpyFu
Open the current tab in SpyFu by Jeffrey Nichols
Vad är Open in SpyFu?
Open in SpyFu är en Chrome-tillägg utvecklad av https://www.jeffreyanichols.com, och dess huvudfunktion är "Open the current tab in SpyFu by Jeffrey Nichols".
Tilläggsskärmbilder
Ladda ner Open in SpyFu-förlängningens CRX-fil
Ladda ner Open in SpyFu-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
Open in SpyFu adds a button to the address bar which when clicked opens a new tab and passes the current URL to SpyFu for quick and easy viewing of both organic & ppc keyword traffic statistics for the given website. 1/3/2013 UPDATE: Fixed the extension.
Grundläggande Information om Tillägg
Namn | Open in SpyFu |
ID | kinakejknkolmphmemahohadokadjcil |
Officiell webbadress | https://chromewebstore.google.com/detail/open-in-spyfu/kinakejknkolmphmemahohadokadjcil |
Beskrivning | Open the current tab in SpyFu by Jeffrey Nichols |
Filstorlek | 25.02 KB |
Antal Installationer | 5,148 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2013-01-03 |
Publiceringsdatum | 2013-01-03 |
Betyg | 4.56/5 Totalt 9 Betyg |
Utvecklare | https://www.jeffreyanichols.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://jeffreyanichols.com |
Hjälpsida URL | http://jeffreyanichols.com/contact.php |
Stödda Språk | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in SpyFu", "version": "2.1", "manifest_version": 2, "background": { "scripts": [ "spyfu.js" ] }, "description": "Open the current tab in SpyFu by Jeffrey Nichols", "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "page_action": { "default_icon": { "19": "icon.png" }, "default_title": "Open in SpyFu" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |