A7 ECOM TOOLS
Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.
A7 ECOM TOOLS란 무엇입니까?
A7 ECOM TOOLS은(는) VA7에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others."입니다.
확장 프로그램 스크린샷
A7 ECOM TOOLS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension helps users to easily find trademarks by brands or keywords on several websites, like Amazon, eBay, Etsy and so on. Users who sell on these platforms can use this extension to verify and to avoid trademark violation.
확장 프로그램 기본 정보
이름 | A7 ECOM TOOLS |
ID | fenbfdmldcjefniaknadlonmkadopodm |
공식 URL | https://chromewebstore.google.com/detail/a7-ecom-tools/fenbfdmldcjefniaknadlonmkadopodm |
설명 | Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others. |
파일 크기 | 826 KB |
설치 횟수 | 124 |
현재 버전 | 1.0.11 |
최근 업데이트 | 2020-11-18 |
출시 날짜 | 2020-06-13 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | VA7 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.va7.co |
도움말 페이지 URL | https://www.va7.co |
개인정보 보호 정책 페이지 URL | https://www.va7.co/dashboard/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "A7 ECOM TOOLS", "description": "Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.", "default_locale": "en", "permissions": [ "storage", "unlimitedStorage", "cookies", "https:\/\/www.va7.co\/", "http:\/\/localhost:8080\/" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.etsy.com\/*", "*:\/\/*.myshopify.com\/*" ], "js": [ "js\/jquery.min.js", "js\/content-script-main.js", "js\/content-script.js", "js\/fontawesome-all.min.js" ], "css": [ "css\/main.css", "css\/fontawesome-all.min.css" ], "all_frames": true } ], "browser_action": { "default_title": "A7 ECOM TOOLS", "default_popup": "popup.html", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "web_accessible_resources": [ "_generated_background_page.html", "content.html", "contentb.html", "icons\/close64.png", "icons\/icon48.png" ], "version": "1.0.11", "content_security_policy": "script-src 'self' ; object-src 'self'" } |