Amazon Product Link Shortener

Creates a short and clean link to the current amazon.com product page, for easy sharing.

Amazon Product Link Shortener क्या है?

Amazon Product Link Shortener bp2008software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates a short and clean link to the current amazon.com product page, for easy sharing."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazon Product Link Shortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension makes it easy to share amazon.com product links with a short and clean URL. When viewing a product on amazon.com, just click the button in the browser's toolbar to automatically copy a shortened link to your clipboard.

This extension was designed for use with amazon.com in the USA, and has not been tested with other amazon regional websites.  To request support for a different amazon region, or if the extension is unable to generate a usable link, please submit an issue on github: https://github.com/bp2008/Amazon-Product-Link-Shortener                    

एक्सटेंशन की मूल जानकारी

नाम Amazon Product Link Shortener Amazon Product Link Shortener
ID kjjlkpmgccmimghapoichdfffocambjp
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-product-link-short/kjjlkpmgccmimghapoichdfffocambjp
विवरण Creates a short and clean link to the current amazon.com product page, for easy sharing.
फ़ाइल का आकार 18.52 KB
स्थापना संख्या 276
वर्तमान संस्करण 1.4
अंतिम अपडेट 2023-06-05
प्रकाशन तिथि 2018-12-10
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर bp2008software
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/bp2008/Amazon-Product-Link-Shortener/
सहायता पृष्ठ URL https://github.com/bp2008/Amazon-Product-Link-Shortener/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Product Link Shortener",
    "version": "1.4",
    "description": "Creates a short and clean link to the current amazon.com product page, for easy sharing.",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}