Insights Magnet
Gain deeper insights!
Co to jest Insights Magnet?
Insights Magnet to rozszerzenie Chrome opracowane przez InterestGenius, a jego główną funkcją jest „Gain deeper insights!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Insights Magnet
Pobierz pliki rozszerzeń Insights Magnet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | paljncehgbhfoonejkhmnbmhbmmghajo |
Oficjalny URL | https://chrome.google.com/webstore/detail/insights-magnet/paljncehgbhfoonejkhmnbmhbmmghajo |
Opis | Gain deeper insights! |
Rozmiar pliku | 29.89 KB |
Liczba instalacji | 1,060 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2019-08-17 |
Data Publikacji | 2019-08-16 |
Ocena | 1.82/5 Łącznie 11 Oceny |
Deweloper | InterestGenius |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://interestgenius.com/ |
Adres URL Strony Polityki Prywatności | https://interestgenius.com/privacy |
Obsługiwane Języki | 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" } ] } |