thanks.io

Easily send handwritten postcards, letters, and notecards through thanks.io

Cos'è thanks.io?

thanks.io è un'estensione di Chrome sviluppata da https://thanks.io, e la sua funzione principale è "Easily send handwritten postcards, letters, and notecards through thanks.io".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione thanks.io

Scarica i file di estensione thanks.io 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

                        Thanks.io allows you to easily send postcards & letters to your contacts. Our chrome extension automatically finds addresses on websites you visit & allows you easy 1 click sending to those addresses. You can now also add these addresses to your mailing lists with this update.                    

Informazioni di Base sull'Estensione

Nome thanks.io thanks.io
ID pmghhbcidenacjapeocgagkkaffnbfdd
URL Ufficiale https://chromewebstore.google.com/detail/thanksio/pmghhbcidenacjapeocgagkkaffnbfdd
Descrizione Easily send handwritten postcards, letters, and notecards through thanks.io
Dimensione del File 5.3 MB
Conteggio Installazioni 674
Versione Corrente 4.2
Ultimo Aggiornamento 2020-12-28
Data di Pubblicazione 2020-04-09
Sviluppatore https://thanks.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://thanks.io/
URL della Pagina di Aiuto http://help.thanks.io
URL della Pagina della Politica sulla Privacy https://www.thanks.io/policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "thanks.io",
    "description": "Easily send handwritten postcards, letters, and notecards through thanks.io",
    "homepage_url": "https:\/\/thanks.io",
    "version": "4.2",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "matches": [
                ""
            ]
        }
    ]
}