thanks.io
Easily send handwritten postcards, letters, and notecards through thanks.io
thanks.io là gì?
thanks.io là một tiện ích mở rộng Chrome được phát triển bởi https://thanks.io, và tính năng chính của nó là "Easily send handwritten postcards, letters, and notecards through thanks.io".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng thanks.io
Tải xuống các tệp mở rộng thanks.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | thanks.io |
ID | pmghhbcidenacjapeocgagkkaffnbfdd |
URL Chính Thức | https://chromewebstore.google.com/detail/thanksio/pmghhbcidenacjapeocgagkkaffnbfdd |
Mô tả | Easily send handwritten postcards, letters, and notecards through thanks.io |
Kích Thước Tệp | 5.3 MB |
Số Lần Cài Đặt | 674 |
Phiên Bản Hiện Tại | 4.2 |
Cập Nhật Lần Cuối | 2020-12-28 |
Ngày Phát Hành | 2020-04-09 |
Nhà Phát Triển | https://thanks.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://thanks.io/ |
URL Trang Trợ Giúp | http://help.thanks.io |
URL Trang Chính Sách Bảo Mật | https://www.thanks.io/policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |