thanks.io

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

Qu'est-ce que thanks.io ?

thanks.io est une extension Chrome développée par https://thanks.io, et sa fonction principale est "Easily send handwritten postcards, letters, and notecards through thanks.io".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension thanks.io

Téléchargez les fichiers d'extension thanks.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom thanks.io thanks.io
ID pmghhbcidenacjapeocgagkkaffnbfdd
URL Officiel https://chromewebstore.google.com/detail/thanksio/pmghhbcidenacjapeocgagkkaffnbfdd
Description Easily send handwritten postcards, letters, and notecards through thanks.io
Taille du Fichier 5.3 MB
Nombre d'Installations 674
Version Actuelle 4.2
Dernière Mise à Jour 2020-12-28
Date de Publication 2020-04-09
Développeur https://thanks.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://thanks.io/
URL de la Page d'Aide http://help.thanks.io
URL de la Page de Politique de Confidentialité https://www.thanks.io/policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}