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…
Co to jest Intelligynce?
Intelligynce to rozszerzenie Chrome opracowane przez https://intelligynce.com, a jego główną funkcją jest „Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Intelligynce
Pobierz pliki rozszerzeń Intelligynce 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
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
Podstawowe informacje o rozszerzeniu
Nazwa | Intelligynce |
ID | moigkpepgfdfpachffkjjonjenohfmlh |
Oficjalny URL | https://chromewebstore.google.com/detail/intelligynce/moigkpepgfdfpachffkjjonjenohfmlh |
Opis | Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit… |
Rozmiar pliku | 412 KB |
Liczba instalacji | 10,780 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2020-03-13 |
Data Publikacji | 2020-03-12 |
Ocena | 3.92/5 Łącznie 39 Oceny |
Deweloper | https://intelligynce.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://intelligynce.com |
Adres URL Strony Pomocy | https://intelligynce.com/support |
Obsługiwane Języki | 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" } } |