A7 ECOM TOOLS

Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.

A7 ECOM TOOLS là gì?

A7 ECOM TOOLS là một tiện ích mở rộng Chrome được phát triển bởi VA7, và tính năng chính của nó là "Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng A7 ECOM TOOLS

Tải xuống các tệp mở rộng A7 ECOM TOOLS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên A7 ECOM TOOLS A7 ECOM TOOLS
ID fenbfdmldcjefniaknadlonmkadopodm
URL Chính Thức https://chromewebstore.google.com/detail/a7-ecom-tools/fenbfdmldcjefniaknadlonmkadopodm
Mô tả Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.
Kích Thước Tệp 826 KB
Số Lần Cài Đặt 124
Phiên Bản Hiện Tại 1.0.11
Cập Nhật Lần Cuối 2020-11-18
Ngày Phát Hành 2020-06-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển VA7
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.va7.co
URL Trang Trợ Giúp https://www.va7.co
URL Trang Chính Sách Bảo Mật https://www.va7.co/dashboard/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}