Shorten.rest URL Shortener

Easily create & manage branded short links

Shorten.rest URL Shortener क्या है?

Shorten.rest URL Shortener https://shorten.rest द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily create & manage branded short links"।

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

screenshot

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

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

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

                        Shorten.REST URL Shortening API Chrome Extension - Easily shorten and manage your short branded URLs without having to login to your account.

Search, Update & Manage your existing short URLs with ease.

Choose between short.fyi and your own branded domains (multiple domains allowed!).
Customize the URI (vanity / alias / URL ending) to make it meaningful.

Add Retargeting & Tracking pixels for each URL or at the account level.
Add UTM's to any URL.

Destination URL character limit of 8192.

Get your free API key at https://shorten.rest                    

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

नाम Shorten.rest URL Shortener Shorten.rest URL Shortener
ID eaiocdhmmbfbfcgmlmhnpeehiddddanb
आधिकारिक URL https://chromewebstore.google.com/detail/shortenrest-url-shortener/eaiocdhmmbfbfcgmlmhnpeehiddddanb
विवरण Easily create & manage branded short links
फ़ाइल का आकार 1.99 MB
स्थापना संख्या 60
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-05-29
प्रकाशन तिथि 2020-05-28
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर https://shorten.rest
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://shorten.rest
सहायता पृष्ठ URL https://shorten.rest/knowledge-base/
गोपनीयता नीति पृष्ठ URL https://apilads.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shorten.rest URL Shortener",
    "description": "Easily create & manage branded short links",
    "version": "1.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/images\/logo16.png",
            "32": "assets\/images\/logo32.png",
            "48": "assets\/images\/logo48.png",
            "128": "assets\/images\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "runtime.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/images\/logo16.png",
        "32": "assets\/images\/logo32.png",
        "48": "assets\/images\/logo48.png",
        "128": "assets\/images\/logo128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/*.shorten.rest\/",
        "https:\/\/api.shorten.rest\/",
        "https:\/\/shorten.rest\/"
    ]
}