thanks.io
Easily send handwritten postcards, letters, and notecards through thanks.io
什么是thanks.io?
thanks.io是由https://thanks.io开发的Chrome扩展程序,该扩展的主要功能是“Easily send handwritten postcards, letters, and notecards through thanks.io”。
扩展截图
下载thanks.io扩展crx文件
下载thanks.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | thanks.io |
ID | pmghhbcidenacjapeocgagkkaffnbfdd |
官方URL | https://chromewebstore.google.com/detail/thanksio/pmghhbcidenacjapeocgagkkaffnbfdd |
简介 | Easily send handwritten postcards, letters, and notecards through thanks.io |
文件大小 | 5.3 MB |
安装次数 | 674 |
当前版本 | 4.2 |
更新时间 | 2020-12-28 |
上架时间 | 2020-04-09 |
开发者 | https://thanks.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://thanks.io/ |
帮助页面URL | http://help.thanks.io |
隐私政策页面URL | https://www.thanks.io/policy |
支持的语言 | 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": [ " |