thanks.io

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

Vad är thanks.io?

thanks.io är en Chrome-tillägg utvecklad av https://thanks.io, och dess huvudfunktion är "Easily send handwritten postcards, letters, and notecards through thanks.io".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner thanks.io-förlängningens CRX-fil

Ladda ner thanks.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn thanks.io thanks.io
ID pmghhbcidenacjapeocgagkkaffnbfdd
Officiell webbadress https://chromewebstore.google.com/detail/thanksio/pmghhbcidenacjapeocgagkkaffnbfdd
Beskrivning Easily send handwritten postcards, letters, and notecards through thanks.io
Filstorlek 5.3 MB
Antal Installationer 674
Aktuell Version 4.2
Senast Uppdaterad 2020-12-28
Publiceringsdatum 2020-04-09
Utvecklare https://thanks.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://thanks.io/
Hjälpsida URL http://help.thanks.io
URL till Sekretesspolicy Sidan https://www.thanks.io/policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}