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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
}