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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |