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文件

下载Kwanko toolbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}