Shorten.rest URL Shortener

Easily create & manage branded short links

¿Qué es Shorten.rest URL Shortener?

Shorten.rest URL Shortener es una extensión de Chrome desarrollada por https://shorten.rest, y su función principal es "Easily create & manage branded short links".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Shorten.rest URL Shortener

Descarga archivos de extensión Shorten.rest URL Shortener en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Shorten.rest URL Shortener Shorten.rest URL Shortener
ID eaiocdhmmbfbfcgmlmhnpeehiddddanb
URL Oficial https://chromewebstore.google.com/detail/shortenrest-url-shortener/eaiocdhmmbfbfcgmlmhnpeehiddddanb
Descripción Easily create & manage branded short links
Tamaño del Archivo 1.99 MB
Cantidad de Instalaciones 60
Versión Actual 1.0.1
Última Actualización 2020-05-29
Fecha de Publicación 2020-05-28
Calificación 5.00/5 Total de 12 Calificaciones
Desarrollador https://shorten.rest
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://shorten.rest
URL de la Página de Ayuda https://shorten.rest/knowledge-base/
URL de la Página de Política de Privacidad https://apilads.com/privacy-policy
Idiomas Soportados 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\/"
    ]
}