Effiliation

Deeplink extension for Google Chrome - By Effiliation

Effiliation là gì?

Effiliation là một tiện ích mở rộng Chrome được phát triển bởi effisocial, và tính năng chính của nó là "Deeplink extension for Google Chrome - By Effiliation".

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

screenshot

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

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

                        Allows you to create tracked links on the fly.
The Deeplink extension of Effiliation is intended for Effiliation partners. It adds a button to the Chrome toolbar that allows you to do this:
- Generate paid links to a brand's product page

If you are already a partner with an advertiser, you can go to any page of their website and generate a tracked link. The plugin will be linked to your account, so all you have to do is copy and paste the link into your promotions and the tracking will be configured.

If you are not already in partnership with the partner, the plugin will offer you to apply. 

If you are not yet an Effiliation partner, click here to register:
http://www.effiliation.com                    

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

Tên Effiliation Effiliation
ID eeokaeajjkbimljlfiohfmeepafbljob
URL Chính Thức https://chromewebstore.google.com/detail/effiliation/eeokaeajjkbimljlfiohfmeepafbljob
Mô tả Deeplink extension for Google Chrome - By Effiliation
Kích Thước Tệp 409 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0.0.7
Cập Nhật Lần Cuối 2019-04-11
Ngày Phát Hành 2019-04-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển effisocial
Loại Thanh Toán free
Trang Web Mở Rộng http://www.effiliation.com
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.0.7",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "browsingData",
        "webNavigation",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo16_off.png",
            "32": "logo32_off.png",
            "64": "logo64_off.png",
            "128": "logo128_off.png"
        },
        "icons": {
            "16": "logo16.png",
            "32": "logo32.png",
            "64": "logo64.png",
            "128": "logo128.png"
        }
    },
    "manifest_version": 2,
    "options_page": "options.html"
}