Link Saver

Save links for use later.

Cos'è Link Saver?

Link Saver è un'estensione di Chrome sviluppata da https://www.acarpetcleaninglasvegas.com, e la sua funzione principale è "Save links for use later.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Link Saver

Scarica i file di estensione Link Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Link Saver Link Saver
ID ilogkbfogccnpejjoabejkdlcmimbmem
URL Ufficiale https://chrome.google.com/webstore/detail/link-saver/ilogkbfogccnpejjoabejkdlcmimbmem
Descrizione Save links for use later.
Dimensione del File 118 KB
Conteggio Installazioni 15
Versione Corrente 1
Ultimo Aggiornamento 2018-03-13
Data di Pubblicazione 2018-03-13
Sviluppatore https://www.acarpetcleaninglasvegas.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.acarpetcleaninglasvegas.com
URL della Pagina della Politica sulla Privacy https://www.acarpetcleaninglasvegas.com
Lingue Supportate 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"
    }
}