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文件
下载A7 ECOM TOOLS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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'" } |