Amazon Link Shortener
Link shortener for Amazon Products.
Amazon Link Shortener क्या है?
Amazon Link Shortener Rovalty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Link shortener for Amazon Products."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amazon Link Shortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |