Affiliate Tools - Affiliate link generator
Affiliate link generator for Amazon, Gearbest, Banggood and similar sites
Affiliate Tools - Affiliate link generatorคืออะไร?
Affiliate Tools - Affiliate link generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://affiliate.tools และคุณลักษณะหลักของมันคือ "Affiliate link generator for Amazon, Gearbest, Banggood and similar sites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Affiliate Tools - Affiliate link generator
ดาวน์โหลดไฟล์ส่วนขยาย Affiliate Tools - Affiliate link generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Main purpose of Affiliate tools is to make creation of affiliate links easier. With this extension you can with just one click you can create affiliate links for Amazon, Banggood, Gearbest and many other supported stores When you create link, you can easily shorten it with bit.ly or share it on social networks Extension keeps track of links you created, and if you need to use link more often you can add it to favorites More stores will be added in future
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Affiliate Tools - Affiliate link generator |
ID | fahggphoodkmfhpeomejdfonhjijdedk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/affiliate-tools-affiliate/fahggphoodkmfhpeomejdfonhjijdedk |
คำอธิบาย | Affiliate link generator for Amazon, Gearbest, Banggood and similar sites |
ขนาดไฟล์ | 544 KB |
จำนวนการติดตั้ง | 809 |
เวอร์ชันปัจจุบัน | 2.1.3 |
อัปเดตครั้งล่าสุด | 2022-06-21 |
วันที่เผยแพร่ | 2018-04-04 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://affiliate.tools |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://affiliate.tools |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Affiliate Tools - Affiliate link generator", "description": "Affiliate link generator for Amazon, Gearbest, Banggood and similar sites", "version": "2.1.3", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Affiliate Tools", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "commons.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.banggood.com\/*" ], "js": [ "commons.js", "content\/banggood.js" ] }, { "matches": [ "https:\/\/*.aliexpress.com\/*" ], "js": [ "commons.js", "content\/aliexpress.js" ] } ], "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "permissions": [ "storage", "activeTab", " |