紫鸟插件
Amazon Product Finder, quick display of product categories, sellers and rankings
紫鸟插件란 무엇입니까?
紫鸟插件은(는) kuniao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon Product Finder, quick display of product categories, sellers and rankings"입니다.
확장 프로그램 스크린샷
紫鸟插件 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
紫鸟插件介绍 亚马逊产品搜索器,快捷显示产品类目、卖家、排名 亚马逊产品跟踪插件 实时定价与销售排名历史 商品评价和星级历史 产品变体数据分析 以及配套的选品工具与关键词工具 产品运营监控伴侣 Introduction for Purple Bird Plugin Amazon Product Finder, quick display of product categories, sellers and rankings Amazon Product Tracking Plugin Real-time pricing and sales ranking history Products reviews and reviews stars history product variations data analysis And matching Product Selection Tools and Keyword tools Product operation monitoring partner
확장 프로그램 기본 정보
이름 | 紫鸟插件 |
ID | gooemkdilmkoeinjobpbmgbogjopbbif |
공식 URL | https://chromewebstore.google.com/detail/%E7%B4%AB%E9%B8%9F%E6%8F%92%E4%BB%B6/gooemkdilmkoeinjobpbmgbogjopbbif |
설명 | Amazon Product Finder, quick display of product categories, sellers and rankings |
파일 크기 | 819 KB |
설치 횟수 | 3,206 |
현재 버전 | 2.0.18 |
최근 업데이트 | 2022-03-28 |
출시 날짜 | 2019-12-16 |
평점 | 2.20/5 총 10 개의 평점 |
개발자 | kuniao |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://data.ziniao.com |
개인정보 보호 정책 페이지 URL | https://data.ziniao.com/extension_privacy_policy.html |
지원되는 언어 | zh-CN |
manifest.json | |
{ "manifest_version": 2, "name": "\u7d2b\u9e1f\u63d2\u4ef6", "version": "2.0.18", "homepage_url": "https:\/\/data.ziniao.com", "description": "Amazon Product Finder, quick display of product categories, sellers and rankings", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amzn.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.com.au\/*" ], "css": [ "css\/bundle-content.css" ], "js": [ "vendor\/async.min.js", "js\/bundle-content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/bundle-background.js" ] }, "permissions": [ "cookies", "*:\/\/*.ziniao.com\/*" ], "browser_action": { "default_icon": "img\/48.png", "default_title": "\u7d2b\u9e1f\u63d2\u4ef6" }, "web_accessible_resources": [ "css\/*", "js\/*", "img\/*", "vendor\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" } |