Amazon Influencer Toolkit

Helps you find the best item to make a review video.

Amazon Influencer Toolkit là gì?

Amazon Influencer Toolkit là một tiện ích mở rộng Chrome được phát triển bởi Vilius K, và tính năng chính của nó là "Helps you find the best item to make a review video.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Amazon Influencer Toolkit

Tải xuống các tệp mở rộng Amazon Influencer Toolkit 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

                        The Amazon Influencers Toolkit streamlines your workflow by automating the process of collecting product information from your orders or search lists, helping you save time and focus on other tasks.

With the simple click of a button, you can sit back and relax while the extension gathers all the necessary information about the items and determines which ones are worth making a video about.

Get premium access https://vilkazdev.gumroad.com/l/amazon-influencers-toolkit                    

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

Tên Amazon Influencer Toolkit Amazon Influencer Toolkit
ID ddnbmaopoeolghdgdjenkoieipfjgdlj
URL Chính Thức https://chromewebstore.google.com/detail/amazon-influencer-toolkit/ddnbmaopoeolghdgdjenkoieipfjgdlj
Mô tả Helps you find the best item to make a review video.
Kích Thước Tệp 74.38 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2023-10-22
Ngày Phát Hành 2023-01-18
Nhà Phát Triển Vilius K
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon Influencer Toolkit",
    "version": "0.3.2",
    "description": "Helps you find the best item to make a review video.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.nl\/*",
        "https:\/\/www.amazon.se\/*",
        "https:\/\/www.amazon.co.uk\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.se\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png"
        },
        "default_title": "Amazon influencer toolkit",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    }
}