C8KE
C8KE Influencer Toolkit, a powerful tool for marketing influencers to quickly make shoppable posts.
C8KEคืออะไร?
C8KE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย C8KE.com และคุณลักษณะหลักของมันคือ "C8KE Influencer Toolkit, a powerful tool for marketing influencers to quickly make shoppable posts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย C8KE
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |