Amazon Link Shortener

Link shortener for Amazon Products.

Τι είναι το Amazon Link Shortener;

Το Amazon Link Shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rovalty, και η κύρια λειτουργία του είναι "Link shortener for Amazon Products.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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"
    }
}