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…
Что такое Intelligynce?
Intelligynce - это расширение Chrome, разработанное https://intelligynce.com, и его основная функция - "Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…".
Снимки экрана расширения
Скачать файл CRX расширения Intelligynce
Скачайте файлы расширений Intelligynce в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Intelligynce |
ID | moigkpepgfdfpachffkjjonjenohfmlh |
Официальный URL | https://chromewebstore.google.com/detail/intelligynce/moigkpepgfdfpachffkjjonjenohfmlh |
Описание | Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit… |
Размер файла | 412 KB |
Количество установок | 10,780 |
Текущая Версия | 1.2.0 |
Последнее Обновление | 2020-03-13 |
Дата публикации | 2020-03-12 |
Рейтинг | 3.92/5 Всего 39 оценок |
Разработчик | https://intelligynce.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://intelligynce.com |
URL страницы помощи | https://intelligynce.com/support |
Поддерживаемые языки | 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" } } |