Text Snippets

Right click to quickly insert text snippets and save time with things like customer service and support through email or any website

Cos'è Text Snippets?

Text Snippets è un'estensione di Chrome sviluppata da xcc, e la sua funzione principale è "Right click to quickly insert text snippets and save time with things like customer service and support through email or any website".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Text Snippets

Scarica i file di estensione Text Snippets 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

                        Save and quickly insert commonly used text snippets and templates by right clicking on text fields on any website. Useful for customer service, support, sales, or any communication online. 

Based on the Inserttext extension which stopped working and was never fixed.                    

Informazioni di Base sull'Estensione

Nome Text Snippets Text Snippets
ID jggnilkehdabmihebipcodnnjoepllao
URL Ufficiale https://chromewebstore.google.com/detail/text-snippets/jggnilkehdabmihebipcodnnjoepllao
Descrizione Right click to quickly insert text snippets and save time with things like customer service and support through email or any website
Dimensione del File 1.14 MB
Conteggio Installazioni 6,828
Versione Corrente 1.10
Ultimo Aggiornamento 2018-03-26
Data di Pubblicazione 2018-03-25
Valutazione 3.33/5 Totale 21 Valutazioni
Sviluppatore xcc
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Snippets",
    "version": "1.10",
    "description": "Right click to quickly insert text snippets and save time with things like customer service and support through email or any website",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "lib\/store.js",
            "lib\/settings.js",
            "lib\/menu.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "",
        "contextMenus"
    ]
}