Amazon Link Shortener

Link shortener for Amazon Products.

Qu'est-ce que Amazon Link Shortener ?

Amazon Link Shortener est une extension Chrome développée par Rovalty, et sa fonction principale est "Link shortener for Amazon Products.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Amazon Link Shortener

Téléchargez les fichiers d'extension Amazon Link Shortener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Amazon Link Shortener Amazon Link Shortener
ID jcelngmdejifnkjgioppgemojfpbkejn
URL Officiel https://chromewebstore.google.com/detail/amazon-link-shortener/jcelngmdejifnkjgioppgemojfpbkejn
Description Link shortener for Amazon Products.
Taille du Fichier 376 KB
Nombre d'Installations 675
Version Actuelle 3.5.3
Dernière Mise à Jour 2020-05-22
Date de Publication 2020-05-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur Rovalty
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.saxsos.xyz/
URL de la Page d'Aide https://www.saxsos.xyz/p/contact-us.html
URL de la Page de Politique de Confidentialité https://www.saxsos.xyz/p/policy-privacy-policy.html
Langues Prises en Charge 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"
    }
}