Kwanko toolbox

Kwanko Toolbox is a plugin dedicated to Kwanko Publishers.

Kwanko toolbox란 무엇입니까?

Kwanko toolbox은(는) https://kwanko.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kwanko Toolbox is a plugin dedicated to Kwanko Publishers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Kwanko toolbox 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easy to install, it adds a button to the Chrome toolbar which can be used when a publisher visits a Kwanko advertiser website. The very first feature available through this plugin is a ‘one click’ deeplink generator.

HOW DOES IT WORK
If you have joined the advertisers program via the Kwanko Platform, you can go to any product page on their website and generate a tracking link. The plugin will be connected to your account so just need to:
★ copy-paste the link into your promotions and tracking will be ready to go
★ or add it to your basket list and export in CSV

Kwanko Toolbox will be enriched with new features very soon to enriched your user experience and make your life easier as a Publisher (such as joining new campaigns, chat, etc).


HOW TO INSTALL
➤ Install it via Chrome Web Store
➤ Run Setup by selecting Kwanko Toolbox, adding your publisher Key ID (available via your publisher account on Kwanko Platform)
➤ Now you're ready to go!

Not yet working with Kwanko? 
Sign-up here https://www.kwanko.com/register-publishers                    

확장 프로그램 기본 정보

이름 Kwanko toolbox Kwanko toolbox
ID eamgekcmmkddbppgoadpncaeimpngmhn
공식 URL https://chromewebstore.google.com/detail/kwanko-toolbox/eamgekcmmkddbppgoadpncaeimpngmhn
설명 Kwanko Toolbox is a plugin dedicated to Kwanko Publishers.
파일 크기 298 KB
설치 횟수 1,508
현재 버전 2.3.2
최근 업데이트 2023-10-26
출시 날짜 2019-12-13
평점 5.00/5 총 4 개의 평점
개발자 https://kwanko.com
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kwanko toolbox",
    "short_name": "Kwanko toolbox",
    "version": "2.3.2",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/www.kwanko.com",
    "icons": {
        "16": "icons\/16x16-on.png",
        "24": "icons\/24x24-on.png",
        "32": "icons\/32x32-on.png",
        "48": "icons\/48x48-on.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": "icons\/48x48-on.png",
        "default_popup": "index.html",
        "default_title": "Kwanko Plugin"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.kwanko.com\/"
    ],
    "background": {
        "service_worker": "backgrounds\/background.js",
        "type": "module"
    }
}