Amazon Affiliates Link Maker
Quickly create Amazon Affiliate links while browsing Amazon.
Amazon Affiliates Link Makerคืออะไร?
Amazon Affiliates Link Maker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mr Sploodge และคุณลักษณะหลักของมันคือ "Quickly create Amazon Affiliate links while browsing Amazon."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Affiliates Link Maker
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Affiliates Link Maker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is ideal for those creating many links to Amazon Affiliated products. just click the icon whilst browsing an Amazon product and copy the clean Affiliate Link. You can easily change the Affiliate ID to your own. Version 1.1 - Minor code edits. Updated description. Version 1.0 - Initial release. Please note that this extension defaults to my Amazon Affiliate ID. Make sure you change this in the options or I will be getting free money :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazon Affiliates Link Maker |
ID | egkocgaccgbefacjmdnlfmlmccgacjck |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-affiliates-link-ma/egkocgaccgbefacjmdnlfmlmccgacjck |
คำอธิบาย | Quickly create Amazon Affiliate links while browsing Amazon. |
ขนาดไฟล์ | 156 KB |
จำนวนการติดตั้ง | 6,876 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-03-02 |
วันที่เผยแพร่ | 2015-03-02 |
คะแนน | 3.80/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Mr Sploodge |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "background": { "page": "background.html" }, "description": "Quickly create Amazon Affiliate links while browsing Amazon.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Amazon Affiliates Link Maker", "options_page": "options.html", "page_action": { "default_icon": "icon-16.png", "default_popup": "popup.html", "default_title": "Amazon Affiliates Link Maker" }, "permissions": [ "clipboardWrite", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |