Ufluencer
Turn product links into personal affiliate links and get paid to share them
Ufluencerคืออะไร?
Ufluencer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ufluencer-tech และคุณลักษณะหลักของมันคือ "Turn product links into personal affiliate links and get paid to share them"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ufluencer
ดาวน์โหลดไฟล์ส่วนขยาย Ufluencer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Always telling your family, friends or followers what to buy? Do you want to be paid for finding and sharing good products? The ufluencer browser extension automatically turns Amazon product links into the link to your own personal affiliate page on ufluencer. This extension helps you to setup your ufluencer account, create an account, and easily list your favorite products. You can then share your ufluencer page with others. If someone buys any product from your page, ufluencer pays you. Make your ufluencer page today and share your profile link to get started. If you have any trouble, email us at [email protected]. We currently only support Amazon.com. ---------------------------------------------------- By using this add-on, you agree to the ufluencer Terms & Conditions available at https://ufluencer.com/terms-and-conditions.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jfdjclibgoocbdeaafliknnlljklkode |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ufluencer/jfdjclibgoocbdeaafliknnlljklkode |
คำอธิบาย | Turn product links into personal affiliate links and get paid to share them |
ขนาดไฟล์ | 1.44 MB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-04-26 |
วันที่เผยแพร่ | 2020-04-26 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | ufluencer-tech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.ufluencer.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ufluencer", "description": "Turn product links into personal affiliate links and get paid to share them", "version": "1.0.2", "author": "ufluencer", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "ufluencer-chrome-extension", "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/icon_48.png", "32": "icons\/icon_48.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*" ], "include_globs": [ "*:\/\/www.amazon.com\/*", "*:\/\/amazon.com\/*" ], "js": [ "popup\/dialog.js" ], "css": [ "popup\/dialog.css" ] } ], "options_ui": { "page": "options\/options.html", "chrome_style": true }, "web_accessible_resources": [ "icons\/*.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |