thanks.io
Easily send handwritten postcards, letters, and notecards through thanks.io
What is thanks.io?
thanks.io is a Chrome extension developed by https://thanks.io, and its main feature is "Easily send handwritten postcards, letters, and notecards through thanks.io".
Extension Screenshots
Download thanks.io Extension CRX File
Download thanks.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | thanks.io |
ID | pmghhbcidenacjapeocgagkkaffnbfdd |
Official URL | https://chromewebstore.google.com/detail/thanksio/pmghhbcidenacjapeocgagkkaffnbfdd |
Description | Easily send handwritten postcards, letters, and notecards through thanks.io |
File Size | 5.3 MB |
Installation Count | 674 |
Current Version | 4.2 |
Last Updated | 2020-12-28 |
Publish Date | 2020-04-09 |
Developer | https://thanks.io |
[email protected] | |
Payment Type | free |
Extension Website | https://thanks.io/ |
Help Page URL | http://help.thanks.io |
Privacy Policy Page URL | https://www.thanks.io/policy |
Supported Languages | 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": [ " |