OmniRocket Analysis - Lite
With OmniRocket Analysis Lite you will be able to get different fields of information about products in Amazon
什么是OmniRocket Analysis - Lite?
OmniRocket Analysis - Lite是由https://app.omnirocket.com开发的Chrome扩展程序,该扩展的主要功能是“With OmniRocket Analysis Lite you will be able to get different fields of information about products in Amazon”。
扩展截图
下载OmniRocket Analysis - Lite扩展crx文件
下载OmniRocket Analysis - Lite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The OmniRocket Analysis tool will fetch product details in no time. When you are on product details page you can fetch the brand, price, category, rank, revenue etc. You will see this info in a pop up on the page.
扩展基本信息
名称 | OmniRocket Analysis - Lite |
ID | bdmjflmnaphfklacagaegpeldlppleml |
官方URL | https://chromewebstore.google.com/detail/omnirocket-analysis-lite/bdmjflmnaphfklacagaegpeldlppleml |
简介 | With OmniRocket Analysis Lite you will be able to get different fields of information about products in Amazon |
文件大小 | 1.7 MB |
安装次数 | 558 |
当前版本 | 1.0.10 |
更新时间 | 2022-11-24 |
上架时间 | 2019-07-22 |
评分 | 5.00/5 共1次评分 |
开发者 | https://app.omnirocket.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.omnirocket.com |
隐私政策页面URL | https://www.omnirocket.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OmniRocket Analysis - Lite", "version": "1.0.10", "default_locale": "en", "short_name": "OmniRocket Analysis - Lite", "description": "With OmniRocket Analysis Lite you will be able to get different fields of information about products in Amazon", "icons": { "16": "app\/images\/icon16.png", "48": "app\/images\/icon48.png", "128": "app\/images\/icon128.png" }, "homepage_url": "https:\/\/www.omnirocket.com\/", "optional_permissions": [ "*:\/\/www.google.com\/*", "*:\/\/www.google.ps\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.es\/*", "*:\/\/*.amazonservices.in\/*" ], "permissions": [ "tabs", "activeTab", "background", "storage", "unlimitedStorage", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/*.amazonservices.com\/*", "*:\/\/*.amazonservices.ca\/*" ], "browser_action": { "default_icon": { "19": "app\/images\/icon19.png", "38": "app\/images\/icon38.png" }, "default_title": "OmniRocket Analysis - Lite" }, "background": { "scripts": [ "dist\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "*" ], "content_scripts": [ { "js": [ "dist\/products.js" ], "css": [ "dist\/css\/products_styles.css" ], "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.ca\/*" ], "run_at": "document_start" } ] } |