Optimise Deeplink Generator

Create a Deeplink for your Optimise campaigns with a single click from your browser.

Optimise Deeplink Generator là gì?

Optimise Deeplink Generator là một tiện ích mở rộng Chrome được phát triển bởi https://www.optimisemedia.com, và tính năng chính của nó là "Create a Deeplink for your Optimise campaigns with a single click from your browser.".

Ả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 Optimise Deeplink Generator

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

                        Optimise Deeplink Generator 3.0 is a fast and simple way to generate deeplinks for your Optimise Affiliate Campaigns. 

Generate Short Links and QR codes to track sales that are ready for your websites or social media profiles.

Simply register your account, browse to an advertiser's website and click the browser icon to automatically generate deeplinks.

Discover commissions, campaign information offers and promotions.

Requires an Optimise Publisher account.                    

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

Tên Optimise Deeplink Generator Optimise Deeplink Generator
ID odmndofhknafmcjhcfmbjgkfeekihnol
URL Chính Thức https://chromewebstore.google.com/detail/optimise-deeplink-generat/odmndofhknafmcjhcfmbjgkfeekihnol
Mô tả Create a Deeplink for your Optimise campaigns with a single click from your browser.
Kích Thước Tệp 1.21 MB
Số Lần Cài Đặt 384
Phiên Bản Hiện Tại 3.1.7
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2021-02-17
Nhà Phát Triển https://www.optimisemedia.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.optimisemedia.com
URL Trang Trợ Giúp https://knowledge.optimisemedia.com/docs/publishertools#browser-extension
URL Trang Chính Sách Bảo Mật https://www.optimisemedia.com/website-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "action": {
        "default_icon": "icons\/Optimise_O_RGB_cyan.png",
        "default_popup": "popup.html",
        "default_title": "Optimise Deeplink Generator v3.0"
    },
    "description": "Create a Deeplink for your Optimise campaigns with a single click from your browser.",
    "icons": {
        "128": "icons\/Optimise_O_RGB_cyan.png",
        "16": "icons\/Optimise_O_RGB_cyan.png",
        "48": "icons\/Optimise_O_RGB_cyan.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/options.js",
                "js\/popup.js"
            ]
        }
    ],
    "manifest_version": 3,
    "name": "Optimise Deeplink Generator",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/admin.optimisemedia.com\/v2\/Reports\/Affiliate\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts;"
    },
    "sandbox": {
        "allow-scripts": "script-src 'self' https:\/\/public.api.optimisemedia.com https:\/\/omgrefer.com; object-src 'self';"
    },
    "version": "3.1.7"
}