Url Shortener

The best way to create short links using T.LY, JPEG.ly, Bitly, Rebrandly, TinyUrl, and more!

Τι είναι το Url Shortener;

Το Url Shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://t.ly, και η κύρια λειτουργία του είναι "The best way to create short links using T.LY, JPEG.ly, Bitly, Rebrandly, TinyUrl, and more!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Url Shortener

Λήψη αρχείων επέκτασης Url Shortener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        T.LY URL Shortener Extension is the perfect solution for those looking for a quick and easy way to shorten URLs!

✨ With just one click, this extension will shorten any URL you want using the popular T.LY URL Shortener service. No need to open a new tab or navigate away from your current page - simply click the extension icon, and your shortened link will be copied to your clipboard for easy sharing.

👨‍💻 Choose from multiple URL shortener services such as T.LY, TinyURL, Rebrandly, or Bitly. Short links are automatically copied to your clipboard, and QR codes are also created for all short links. Start using Url Shortener today!

🚀 Join over 450,000 users saving time creating and sharing millions of short links!

🎯 Features
★ Easily shorten any link
★ Set link expiration by date or clicks (T.LY only)
★ Add your T.LY api key
★ Add your Bit.ly api key
★ Add your Rebrandly api key
★ Use your custom domain name with T.LY
★ Automatically copies url to clipboard
★ Right-click to shorten url and copy it to the clipboard
★ Limited permissions
★ Supports T.LY, JPEG.ly Bitly, Rebrandly, TinyUrl, and many more link shortener services
★ Shareable QR code

🔥 Custom Domains
T.LY URL Shortener offers custom domains for branded links, allowing businesses and individuals to create shortened URLs that reflect their brand or website. 

Whether you're sharing links on social media, email campaigns, or your website, using custom domains for your shortened URLs can increase brand awareness and credibility. 

📱QR Codes
Creating QR codes using a URL shortener extension is a quick and easy process. Simply click on the extension icon while on the page you want to create a QR code for and select the option to generate a QR code. 

The extension will automatically create a QR code for the current page's shortened URL, which you can then save or download as an image file. 

📈 Analytics
T.LY URL Shortener allows you to track clicks, monitor traffic, and analyze the effectiveness of your links, giving you valuable insights into your marketing campaigns. 

🤓 Smart Links
Smart Links are shortened URLs that can redirect to multiple different locations based on a user's location, device, or browser, and add the user can add parameters that allow marketers to track the traffic and conversions from each specific link.

🤔 Questions or Feature
Feel free to reach out if you have any questions or would like a feature added to the extension. https://t.ly/products/link-shortener-extension/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Url Shortener Url Shortener
ID oodfdmglhbbkkcngodjjagblikmoegpa
Επίσημο URL https://chromewebstore.google.com/detail/url-shortener/oodfdmglhbbkkcngodjjagblikmoegpa
Περιγραφή The best way to create short links using T.LY, JPEG.ly, Bitly, Rebrandly, TinyUrl, and more!
Μέγεθος Αρχείου 844 KB
Αριθμός Εγκαταστάσεων 431,811
Τρέχουσα Έκδοση 2.1.1
Τελευταία Ενημέρωση 2023-08-25
Ημερομηνία Δημοσίευσης 2020-04-19
Αξιολόγηση 3.96/5 Συνολικά 157 Αξιολογήσεις
Προγραμματιστής https://t.ly
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://t.ly/products/link-shortener-extension/
Διεύθυνση URL της Σελίδας Βοήθειας https://t.ly/faq
URL της Σελίδας Πολιτικής Απορρήτου https://t.ly/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,vi,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "homepage_url": "https:\/\/t.ly\/products\/link-shortener-extension\/",
    "version": "2.1.1",
    "icons": {
        "16": "media\/icons\/icon16.png",
        "48": "media\/icons\/icon48.png",
        "128": "media\/icons\/icon128.png"
    },
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "scripting"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    }
}