Amazon Product Link Shortener

Creates a short and clean link to the current amazon.com product page, for easy sharing.

¿Qué es Amazon Product Link Shortener?

Amazon Product Link Shortener es una extensión de Chrome desarrollada por bp2008software, y su función principal es "Creates a short and clean link to the current amazon.com product page, for easy sharing.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Amazon Product Link Shortener

Descarga archivos de extensión Amazon Product Link 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

                        This extension makes it easy to share amazon.com product links with a short and clean URL. When viewing a product on amazon.com, just click the button in the browser's toolbar to automatically copy a shortened link to your clipboard.

This extension was designed for use with amazon.com in the USA, and has not been tested with other amazon regional websites.  To request support for a different amazon region, or if the extension is unable to generate a usable link, please submit an issue on github: https://github.com/bp2008/Amazon-Product-Link-Shortener                    

Información Básica de la Extensión

Nombre Amazon Product Link Shortener Amazon Product Link Shortener
ID kjjlkpmgccmimghapoichdfffocambjp
URL Oficial https://chromewebstore.google.com/detail/amazon-product-link-short/kjjlkpmgccmimghapoichdfffocambjp
Descripción Creates a short and clean link to the current amazon.com product page, for easy sharing.
Tamaño del Archivo 18.52 KB
Cantidad de Instalaciones 276
Versión Actual 1.4
Última Actualización 2023-06-05
Fecha de Publicación 2018-12-10
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador bp2008software
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/bp2008/Amazon-Product-Link-Shortener/
URL de la Página de Ayuda https://github.com/bp2008/Amazon-Product-Link-Shortener/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Product Link Shortener",
    "version": "1.4",
    "description": "Creates a short and clean link to the current amazon.com product page, for easy sharing.",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}