Amazon Link Shortener
Link shortener for Amazon Products.
Amazon Link Shortenerคืออะไร?
Amazon Link Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rovalty และคุณลักษณะหลักของมันคือ "Link shortener for Amazon Products."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Link Shortener
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Link Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you looking for a free tool to create a short and clean amazon product link without any affiliate id? This Amazon Link Shortener, Creates a short and clean link to the current amazon product pages, for easy sharing. This extension makes it easy to share amazon product links with a short and clean URL. When viewing a product on amazon, just click the button in the browser's toolbar to automatically copy a shortened link to your clipboard. How It Works: After installing this free chrome extension, Open any amazon product page. Click on extension from top bar and Click on Shorten Link button. Done! Features: - Creates a short and clean amazon product link. - Doesn't add any affiliate id. - One Click Link Shortner. - One Click Link Copy. Thank you. We hope you like the features and the design. After using our tool feel free to give us a 5 star rating! If you have any problems or questions, please contact this email address. We are always open for improvements: [email protected] Privacy policy: https://www.saxsos.xyz/p/policy-privacy-policy.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazon Link Shortener |
ID | jcelngmdejifnkjgioppgemojfpbkejn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-link-shortener/jcelngmdejifnkjgioppgemojfpbkejn |
คำอธิบาย | Link shortener for Amazon Products. |
ขนาดไฟล์ | 376 KB |
จำนวนการติดตั้ง | 675 |
เวอร์ชันปัจจุบัน | 3.5.3 |
อัปเดตครั้งล่าสุด | 2020-05-22 |
วันที่เผยแพร่ | 2020-05-20 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Rovalty |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.saxsos.xyz/ |
URL หน้าช่วยเหลือ | https://www.saxsos.xyz/p/contact-us.html |
URL หน้านโยบายความเป็นส่วนตัว | https://www.saxsos.xyz/p/policy-privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Link Shortener", "version": "3.5.3", "description": "Link shortener for Amazon Products.", "permissions": [ "activeTab", "*.amazon.*\/*", "declarativeContent", "storage" ], "background": { "scripts": [ ".\/background.js" ], "persistent": false }, "page_action": { "default_popup": ".\/popup\/popup.html", "default_icon": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" } }, "options_page": ".\/options\/options.html", "icons": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "48": "icons\/logo48.png", "64": "icons\/logo128.png", "128": "icons\/logo128.png" } } |