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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |