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…
¿Qué es Intelligynce?
Intelligynce es una extensión de Chrome desarrollada por https://intelligynce.com, y su función principal es "Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Intelligynce
Descarga archivos de extensión Intelligynce en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Intelligynce |
ID | moigkpepgfdfpachffkjjonjenohfmlh |
URL Oficial | https://chromewebstore.google.com/detail/intelligynce/moigkpepgfdfpachffkjjonjenohfmlh |
Descripción | Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit… |
Tamaño del Archivo | 412 KB |
Cantidad de Instalaciones | 10,780 |
Versión Actual | 1.2.0 |
Última Actualización | 2020-03-13 |
Fecha de Publicación | 2020-03-12 |
Calificación | 3.92/5 Total de 39 Calificaciones |
Desarrollador | https://intelligynce.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://intelligynce.com |
URL de la Página de Ayuda | https://intelligynce.com/support |
Idiomas Soportados | 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" } } |