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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |