Ecomobi Generate Link tool

Smart Generate Link By Ecomobi

Ecomobi Generate Link tool là gì?

Ecomobi Generate Link tool là một tiện ích mở rộng Chrome được phát triển bởi Ecomobi, và tính năng chính của nó là "Smart Generate Link By Ecomobi".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ecomobi Generate Link tool

Tải xuống các tệp mở rộng Ecomobi Generate Link tool 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

                        A powerful tool for Publisher! 

"Ecomobi generate link tool" helps you quickly generate affiliate link when you access Advertiser's website.

Promote affiliate links wherever you want and earn commissions with Ecomobi!                    

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

Tên Ecomobi Generate Link tool Ecomobi Generate Link tool
ID kjkkbdiohnhbmkhakgijojkpbfjdigip
URL Chính Thức https://chrome.google.com/webstore/detail/ecomobi-generate-link-too/kjkkbdiohnhbmkhakgijojkpbfjdigip
Mô tả Smart Generate Link By Ecomobi
Kích Thước Tệp 1.57 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2019-07-05
Ngày Phát Hành 2019-07-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ecomobi
Loại Thanh Toán free
Trang Web Mở Rộng https://ecomobi.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecomobi Generate Link tool",
    "version": "1.6",
    "description": "Smart Generate Link By Ecomobi",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery-1.12.4.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/favico.png",
        "default_title": "T\u1ea1o link nhanh",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "js": [
                "js\/jquery-1.12.4.min.js",
                "js\/background.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/favico.png",
        "16": "images\/favico.png",
        "48": "images\/favico.png"
    },
    "web_accessible_resources": [
        "images\/favico.png"
    ],
    "manifest_version": 2
}