CMDann Amazon Auto Affiliate
Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.
CMDann Amazon Auto Affiliateคืออะไร?
CMDann Amazon Auto Affiliate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cmdann.ca และคุณลักษณะหลักของมันคือ "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CMDann Amazon Auto Affiliate
ดาวน์โหลดไฟล์ส่วนขยาย CMDann Amazon Auto Affiliate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a simple extension that automatically applies CMDann.ca's Amazon affiliate code. This allows you to support the site without getting in the way of your regular shopping. We appreciate everybody who uses this.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CMDann Amazon Auto Affiliate |
ID | jneeghfiklllajlfkgbfnhidfdjgepff |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cmdann-amazon-auto-affili/jneeghfiklllajlfkgbfnhidfdjgepff |
คำอธิบาย | Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info. |
ขนาดไฟล์ | 14.35 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 2.9.1 |
อัปเดตครั้งล่าสุด | 2013-08-09 |
วันที่เผยแพร่ | 2013-08-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://cmdann.ca |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://cmdann.ca |
URL หน้าช่วยเหลือ | http://cmdann.ca |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CMDann Amazon Auto Affiliate", "version": "2.9.1", "manifest_version": 2, "description": "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.", "page_action": { "default_icon": "icon.png", "default_title": "Thank you for supporting CMDann.ca" }, "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.amazon.ca\/*", "tabs" ], "background": { "scripts": [ "myscript.js" ] } } |