thanks.io

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

Hvad er thanks.io?

thanks.io er en Chrome-udvidelse udviklet af https://thanks.io, og dens hovedfunktion er "Easily send handwritten postcards, letters, and notecards through thanks.io".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download thanks.io-udvidelses-CRX-fil

Download thanks.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn thanks.io thanks.io
ID pmghhbcidenacjapeocgagkkaffnbfdd
Officiel URL https://chromewebstore.google.com/detail/thanksio/pmghhbcidenacjapeocgagkkaffnbfdd
Beskrivelse Easily send handwritten postcards, letters, and notecards through thanks.io
Filstørrelse 5.3 MB
Antal Installationer 674
Nuværende Version 4.2
Senest Opdateret 2020-12-28
Udgivelsesdato 2020-04-09
Udvikler https://thanks.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://thanks.io/
Hjælpeside-URL http://help.thanks.io
URL til Fortrolighedspolitik Side https://www.thanks.io/policy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}