thanks.io

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

Wat is thanks.io?

thanks.io is een Chrome-extensie ontwikkeld door https://thanks.io, en de belangrijkste functie is "Easily send handwritten postcards, letters, and notecards through thanks.io".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie thanks.io

Download thanks.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam thanks.io thanks.io
ID pmghhbcidenacjapeocgagkkaffnbfdd
Officiële URL https://chromewebstore.google.com/detail/thanksio/pmghhbcidenacjapeocgagkkaffnbfdd
Beschrijving Easily send handwritten postcards, letters, and notecards through thanks.io
Bestandsgrootte 5.3 MB
Aantal Installaties 674
Huidige Versie 4.2
Laatst Bijgewerkt 2020-12-28
Publicatiedatum 2020-04-09
Ontwikkelaar https://thanks.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://thanks.io/
Help Pagina-URL http://help.thanks.io
URL van de Privacybeleid Pagina https://www.thanks.io/policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}