Ufluencer
Turn product links into personal affiliate links and get paid to share them
Ufluencer là gì?
Ufluencer là một tiện ích mở rộng Chrome được phát triển bởi ufluencer-tech, và tính năng chính của nó là "Turn product links into personal affiliate links and get paid to share them".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ufluencer
Tải xuống các tệp mở rộng Ufluencer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jfdjclibgoocbdeaafliknnlljklkode |
URL Chính Thức | https://chrome.google.com/webstore/detail/ufluencer/jfdjclibgoocbdeaafliknnlljklkode |
Mô tả | Turn product links into personal affiliate links and get paid to share them |
Kích Thước Tệp | 1.44 MB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2020-04-26 |
Ngày Phát Hành | 2020-04-26 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | ufluencer-tech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.ufluencer.com |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |