Optimise Deeplink Generator

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

Optimise Deeplink Generator란 무엇입니까?

Optimise Deeplink Generator은(는) https://www.optimisemedia.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a Deeplink for your Optimise campaigns with a single click from your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Optimise Deeplink Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Optimise Deeplink Generator Optimise Deeplink Generator
ID odmndofhknafmcjhcfmbjgkfeekihnol
공식 URL https://chromewebstore.google.com/detail/optimise-deeplink-generat/odmndofhknafmcjhcfmbjgkfeekihnol
설명 Create a Deeplink for your Optimise campaigns with a single click from your browser.
파일 크기 1.21 MB
설치 횟수 384
현재 버전 3.1.7
최근 업데이트 2023-11-22
출시 날짜 2021-02-17
개발자 https://www.optimisemedia.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.optimisemedia.com
도움말 페이지 URL https://knowledge.optimisemedia.com/docs/publishertools#browser-extension
개인정보 보호 정책 페이지 URL https://www.optimisemedia.com/website-privacy-policy
지원되는 언어 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"
}