Open in SpyFu
Open the current tab in SpyFu by Jeffrey Nichols
Cos'è Open in SpyFu?
Open in SpyFu è un'estensione di Chrome sviluppata da https://www.jeffreyanichols.com, e la sua funzione principale è "Open the current tab in SpyFu by Jeffrey Nichols".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open in SpyFu
Scarica i file di estensione Open in SpyFu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Open in SpyFu |
ID | kinakejknkolmphmemahohadokadjcil |
URL Ufficiale | https://chromewebstore.google.com/detail/open-in-spyfu/kinakejknkolmphmemahohadokadjcil |
Descrizione | Open the current tab in SpyFu by Jeffrey Nichols |
Dimensione del File | 25.02 KB |
Conteggio Installazioni | 5,148 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2013-01-03 |
Data di Pubblicazione | 2013-01-03 |
Valutazione | 4.56/5 Totale 9 Valutazioni |
Sviluppatore | https://www.jeffreyanichols.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://jeffreyanichols.com |
URL della Pagina di Aiuto | http://jeffreyanichols.com/contact.php |
Lingue Supportate | 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'" } |