C8KE

C8KE Influencer Toolkit, a powerful tool for marketing influencers to quickly make shoppable posts.

什么是C8KE?

C8KE是由C8KE.com开发的Chrome扩展程序,该扩展的主要功能是“C8KE Influencer Toolkit, a powerful tool for marketing influencers to quickly make shoppable posts.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载C8KE扩展crx文件

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

扩展使用说明

                        C8KE Chrome Extension - the easiest to use toolkit for Influencer and Content Creator to create shoppable content to  promote any product or service described in any web page. Drive traffic and revenue from Instagram account.

Features:
- Upload your showcase photos / videos from local album or your Instagram feed. 
- Add product or service images related to your showcase photos - Choose image from the web page you are browsing, automatic link monetization with your affiliation networks.
- A “Bio Link” for your shoppable gallery web app - Stunning responsive design. Drive traffic and revenue from your social accounts.
- Posts can be saved as draft so that you can continue working on them later.
- Supports link monetize Affiliate Networks: Skimlinks, VigLink, Amazon Associate, and your own links.                    

扩展基本信息

名称 C8KE C8KE
ID opcngpbphmkalbidbfeaedlicpmdafke
官方URL https://chromewebstore.google.com/detail/c8ke/opcngpbphmkalbidbfeaedlicpmdafke
简介 C8KE Influencer Toolkit, a powerful tool for marketing influencers to quickly make shoppable posts.
文件大小 1.41 MB
安装次数 3,777
当前版本 4.4
更新时间 2022-10-24
上架时间 2020-06-21
评分 3.00/5 共2次评分
开发者 C8KE.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.c8ke.com
隐私政策页面URL https://www.c8ke.com/web/index/privacy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "C8KE",
    "version": "4.4",
    "description": "C8KE Influencer Toolkit, a powerful tool for marketing influencers to quickly make shoppable posts.",
    "permissions": [
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "content_tt.js"
            ],
            "match_about_blank": true
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "C8KE Influencer Toolkit",
        "default_icon": {
            "16": "assets\/icon\/logo_16.png",
            "32": "assets\/icon\/logo_32.png",
            "48": "assets\/icon\/logo_48.png",
            "128": "assets\/icon\/logo_128.png"
        }
    },
    "icons": {
        "16": "assets\/icon\/logo_16.png",
        "32": "assets\/icon\/logo_32.png",
        "48": "assets\/icon\/logo_48.png",
        "128": "assets\/icon\/logo_128.png"
    },
    "manifest_version": 3
}