URL shortener, 1-click tracked links

Create and track short links for any URL in 1-click.

¿Qué es URL shortener, 1-click tracked links?

URL shortener, 1-click tracked links es una extensión de Chrome desarrollada por https://pxl.to, y su función principal es "Create and track short links for any URL in 1-click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión URL shortener, 1-click tracked links

Descarga archivos de extensión URL shortener, 1-click tracked links 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

                        Want a URL shortener for your browser? Add this extension to shorten the link of any website simply by clicking the extension icon. Alternatively, right-click any link and click "Shorten and copy" to shorten that URL and save it to your clipboard.

Track the number of clicks for every URL you've shortened in the extension pop-up.

URL shortener service is provided by pxl.to, based on Amazon's global edge network to offer: 

- Robust and reliable links that will never go down, ever
- Instant links with low latency no matter where your visitors are in the world
- Protection against network and application layer attacks
- Unlimited tracked clicks

We are very careful with personally identifiable information. All session and analytics data is anonymised where possible.

By using this add-on, you agree to the pxl.to Terms & Conditions available at http://www.pxl.to/terms                    

Información Básica de la Extensión

Nombre URL shortener, 1-click tracked links URL shortener, 1-click tracked links
ID bebblodhaaobpemadddfbohaocpgepmi
URL Oficial https://chromewebstore.google.com/detail/url-shortener-1-click-tra/bebblodhaaobpemadddfbohaocpgepmi
Descripción Create and track short links for any URL in 1-click.
Tamaño del Archivo 107 KB
Cantidad de Instalaciones 749
Versión Actual 4.1.2
Última Actualización 2024-03-01
Fecha de Publicación 2022-05-15
Calificación 3.67/5 Total de 6 Calificaciones
Desarrollador https://pxl.to
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.pxl.to?ref=webstore
URL de la Página de Ayuda https://www.pxl.to/product/pricing
URL de la Página de Política de Privacidad https://www.pxl.to/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL shortener, 1-click tracked links",
    "description": "Create and track short links for any URL in 1-click.",
    "version": "4.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "clipboardWrite",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.pxl.to\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "\/rules\/rule1.json"
            }
        ]
    },
    "action": {
        "default_title": "URL shortener, 1-click tracked links",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/px16.png",
            "32": "\/icons\/px32.png",
            "48": "\/icons\/px48.png",
            "128": "\/icons\/px128.png"
        }
    },
    "icons": {
        "16": "\/icons\/px16.png",
        "32": "\/icons\/px32.png",
        "48": "\/icons\/px48.png",
        "128": "\/icons\/px128.png"
    }
}