Intelligynce
Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…
Cos'è Intelligynce?
Intelligynce è un'estensione di Chrome sviluppata da https://intelligynce.com, e la sua funzione principale è "Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Intelligynce
Scarica i file di estensione Intelligynce 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
Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit intelligynce.com
Informazioni di Base sull'Estensione
Nome | Intelligynce |
ID | moigkpepgfdfpachffkjjonjenohfmlh |
URL Ufficiale | https://chromewebstore.google.com/detail/intelligynce/moigkpepgfdfpachffkjjonjenohfmlh |
Descrizione | Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit… |
Dimensione del File | 412 KB |
Conteggio Installazioni | 10,780 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2020-03-13 |
Data di Pubblicazione | 2020-03-12 |
Valutazione | 3.92/5 Totale 39 Valutazioni |
Sviluppatore | https://intelligynce.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://intelligynce.com |
URL della Pagina di Aiuto | https://intelligynce.com/support |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intelligynce", "version": "1.2.0", "manifest_version": 2, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": false, "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon_16_disabled.png", "default_popup": "popup.html", "scripts": [ "popup.js" ] }, "web_accessible_resources": [ "index.html" ], "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon_16.png", "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" } } |