Insights Magnet
Gain deeper insights!
Cos'è Insights Magnet?
Insights Magnet è un'estensione di Chrome sviluppata da InterestGenius, e la sua funzione principale è "Gain deeper insights!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Insights Magnet
Scarica i file di estensione Insights Magnet 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
Informazioni di Base sull'Estensione
Nome | |
ID | paljncehgbhfoonejkhmnbmhbmmghajo |
URL Ufficiale | https://chrome.google.com/webstore/detail/insights-magnet/paljncehgbhfoonejkhmnbmhbmmghajo |
Descrizione | Gain deeper insights! |
Dimensione del File | 29.89 KB |
Conteggio Installazioni | 1,060 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2019-08-17 |
Data di Pubblicazione | 2019-08-16 |
Valutazione | 1.82/5 Totale 11 Valutazioni |
Sviluppatore | InterestGenius |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://interestgenius.com/ |
URL della Pagina della Politica sulla Privacy | https://interestgenius.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Insights Magnet", "description": "Gain deeper insights!", "version": "1.0.5", "author": "KP", "permissions": [ "storage", "tabs", "identity", "https:\/\/*.facebook.com\/*" ], "icons": { "19": "icons\/target19.png", "48": "icons\/target48.png", "128": "icons\/target128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/ads\/audience-insights\/*" ], "js": [ "content_script.js", "axios.js" ], "css": [ "content_css.css" ], "run_at": "document_end" } ] } |