CFTrends
Provides better ClickFunnel Affiliate Commission Reporting
CFTrendsคืออะไร?
CFTrends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cftrends.com และคุณลักษณะหลักของมันคือ "Provides better ClickFunnel Affiliate Commission Reporting"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CFTrends
ดาวน์โหลดไฟล์ส่วนขยาย CFTrends ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension lets you get a better understanding of your ClickFunnels affiliate reports. Instead of trying to read through a hard to understand spreadsheet, CFTrends provides a nicer looking UI of your affiliate earnings. You can sort and filter all your referrals and see who's still active under you or not. Also provides graphs and charts so you can visually see your earnings over time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CFTrends |
ID | dlckckhmblnkmcfefdknngbglimoghnb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cftrends/dlckckhmblnkmcfefdknngbglimoghnb |
คำอธิบาย | Provides better ClickFunnel Affiliate Commission Reporting |
ขนาดไฟล์ | 1.57 MB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 0.0.9 |
อัปเดตครั้งล่าสุด | 2020-01-15 |
วันที่เผยแพร่ | 2020-01-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://cftrends.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.cftrends.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CFTrends", "version": "0.0.9", "manifest_version": 2, "description": "Provides better ClickFunnel Affiliate Commission Reporting", "short_name": "CFTrends", "background": { "scripts": [ "depends\/jquery-3.2.1.min.js", "js\/config.js", "js\/bground.js" ], "persistent": true }, "content_scripts": [ { "js": [ "js\/oauth.js" ], "matches": [ "https:\/\/www.cftrends.com\/api-endpoint\/*" ], "run_at": "document_start" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "index.html", "browser_action": { "default_icon": "icons\/icon128.png" }, "permissions": [ "tabs", "storage", "notifications" ], "offline_enabled": true } |