BlackBird Inspector
BlackBird Inspector Chrome Extension
BlackBird Inspector란 무엇입니까?
BlackBird Inspector은(는) https://blackbirdsuite.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BlackBird Inspector Chrome Extension"입니다.
확장 프로그램 스크린샷
BlackBird Inspector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BlackBird Inspector helps amazon sellers to find out best selling opportunities on amazon. It shows products potential's stats like number of sales, estimated revenue, # of review and ratings from each product etc... which could help amazon sellers to take decision on the product.Later on, Blackbird users will be able to add products directly into their BlackBird's products watcher list.
확장 프로그램 기본 정보
이름 | BlackBird Inspector |
ID | pfecioefjddbjdhmmhoekhjdmhgneaag |
공식 URL | https://chromewebstore.google.com/detail/blackbird-inspector/pfecioefjddbjdhmmhoekhjdmhgneaag |
설명 | BlackBird Inspector Chrome Extension |
파일 크기 | 280 KB |
설치 횟수 | 548 |
현재 버전 | 1.0.14 |
최근 업데이트 | 2020-12-25 |
출시 날짜 | 2019-04-03 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://blackbirdsuite.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://blackbirdsuite.com |
도움말 페이지 URL | http://support.blackbirdsuite.com |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": "images\/disabled_icon.png", "default_popup": "login.html", "default_title": "BlackBird Inspector" }, "content_scripts": [ { "all_frames": false, "css": [ "styles\/contentscript.css", "scripts\/sweetalert\/dist\/sweet_alert2.css", "styles\/toastr.min.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/sweetalert\/dist\/sweet_alert2.js", "scripts\/tableHeadFixer.js", "scripts\/AJAXq.js", "scripts\/table2csv.js", "scripts\/toastr.min.js", "scripts\/attrchange.js", "scripts\/attrchange_ext.js", "scripts\/jquery.formParams.js", "scripts\/contentscript.js" ], "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/smile.amazon.com\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "BlackBird Inspector Chrome Extension", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "name": "BlackBird Inspector", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.14", "web_accessible_resources": [ "images\/refresh-icon.jpg", "images\/close-icon.jpg", "images\/blackbird_logo.png", "images\/rating.png", "images\/loader.gif", "images\/icon-128.png", "images\/icon-38.png", "images\/logout-icon.jpg", "images\/eye-icon.png", "images\/csv-icon.png", "images\/lock-icon.png" ] } |