Link Saver

Save links for use later.

¿Qué es Link Saver?

Link Saver es una extensión de Chrome desarrollada por https://www.acarpetcleaninglasvegas.com, y su función principal es "Save links for use later.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Link Saver

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

                        In short we created a way to quickly save links, in a fast, small, on the fly, noninvasive, application. 

Some of our customers keep asking for us to help organize our stain removal blogs, and how we should put them all together so they can easily jump between the pages.

 We are a carpet, tile, and upholstery cleaning company locate in the awesome Las Vegas Nevada. We found out that making some add on applications and extensions for our favorite browser is going to drastically help our customers out with being able to cross reference, save, and share our cleaning content and others content for easy access. We have a couple more more always in the works as we weren't ever able to find a minimalistic approach to easy to use applications so we decided to start making our own and thought why not share them?
GreenWay Carpet Cleaning
1516 E TROPICANA Ave,
Ste 136,Las Vegas,NV 89119
Telephone: (702) 460-0602
https://www.acarpetcleaninglasvegas.com                    

Información Básica de la Extensión

Nombre Link Saver Link Saver
ID ilogkbfogccnpejjoabejkdlcmimbmem
URL Oficial https://chrome.google.com/webstore/detail/link-saver/ilogkbfogccnpejjoabejkdlcmimbmem
Descripción Save links for use later.
Tamaño del Archivo 118 KB
Cantidad de Instalaciones 15
Versión Actual 1
Última Actualización 2018-03-13
Fecha de Publicación 2018-03-13
Desarrollador https://www.acarpetcleaninglasvegas.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.acarpetcleaninglasvegas.com
URL de la Página de Política de Privacidad https://www.acarpetcleaninglasvegas.com
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Saver",
    "description": "Save links for use later.",
    "version": "1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/custom.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}