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 là gì?
Intelligynce là một tiện ích mở rộng Chrome được phát triển bởi https://intelligynce.com, và tính năng chính của nó là "Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Intelligynce
Tải xuống các tệp mở rộng Intelligynce dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Intelligynce |
ID | moigkpepgfdfpachffkjjonjenohfmlh |
URL Chính Thức | https://chromewebstore.google.com/detail/intelligynce/moigkpepgfdfpachffkjjonjenohfmlh |
Mô tả | Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit… |
Kích Thước Tệp | 412 KB |
Số Lần Cài Đặt | 10,780 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2020-03-13 |
Ngày Phát Hành | 2020-03-12 |
Đánh Giá | 3.92/5 Tổng số 39 Đánh Giá |
Nhà Phát Triển | https://intelligynce.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://intelligynce.com |
URL Trang Trợ Giúp | https://intelligynce.com/support |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |