A7 ECOM TOOLS

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

A7 ECOM TOOLSคืออะไร?

A7 ECOM TOOLS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VA7 และคุณลักษณะหลักของมันคือ "Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย A7 ECOM TOOLS

ดาวน์โหลดไฟล์ส่วนขยาย 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 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'"
}