Shorten.rest URL Shortener

Easily create & manage branded short links

Apa itu Shorten.rest URL Shortener?

Shorten.rest URL Shortener adalah ekstensi Chrome yang dikembangkan oleh https://shorten.rest, dan fitur utamanya adalah "Easily create & manage branded short links".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Shorten.rest URL Shortener

Unduh file ekstensi Shorten.rest URL Shortener dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Shorten.rest URL Shortener Shorten.rest URL Shortener
ID eaiocdhmmbfbfcgmlmhnpeehiddddanb
URL Resmi https://chromewebstore.google.com/detail/shortenrest-url-shortener/eaiocdhmmbfbfcgmlmhnpeehiddddanb
Deskripsi Easily create & manage branded short links
Ukuran File 1.99 MB
Jumlah Instalasi 60
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-05-29
Tanggal Publikasi 2020-05-28
Penilaian 5.00/5 Total 12 Penilaian
Pengembang https://shorten.rest
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://shorten.rest
URL Halaman Bantuan https://shorten.rest/knowledge-base/
URL Halaman Kebijakan Privasi https://apilads.com/privacy-policy
Bahasa yang Didukung 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\/"
    ]
}