Tidings
Save articles from around the web to your Tidings newsletter.
Tidings là gì?
Tidings là một tiện ích mở rộng Chrome được phát triển bởi Tidings Company, LLC, và tính năng chính của nó là "Save articles from around the web to your Tidings newsletter.".
Ả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 Tidings
Tải xuống các tệp mở rộng Tidings 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
The Tidings Chrome Extension allows customers to quickly and easily build an email newsletter by saving articles from around the web with a single click. Each article you save will be automatically added to your next newsletter, using the same custom-branded mobile-friendly formatting used in all Tidings-powered newsletters. Just save interesting articles you come across, and the next time you log in to your Tidings account, they'll be waiting for you. (You'll have the ability to adjust the title and description prior to sending the actual newsletter to your subscribers.)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tidings |
ID | bnhgmpbkglolmjgboddgcbhbhplgcpmc |
URL Chính Thức | https://chromewebstore.google.com/detail/tidings/bnhgmpbkglolmjgboddgcbhbhplgcpmc |
Mô tả | Save articles from around the web to your Tidings newsletter. |
Kích Thước Tệp | 2.14 MB |
Số Lần Cài Đặt | 63 |
Phiên Bản Hiện Tại | 1.0.0.0 |
Cập Nhật Lần Cuối | 2017-06-02 |
Ngày Phát Hành | 2017-06-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Tidings Company, LLC |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://tidings.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tidings", "short_name": "Tidings", "author": "Tidings Company LLC", "description": "Save articles from around the web to your Tidings newsletter.", "version": "1.0.0.0", "homepage_url": "https:\/\/tidings.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "browser_action": { "default_icon": "images\/[email protected]", "default_title": "Save to Tidings" }, "icons": { "48": "images\/[email protected]" }, "permissions": [ "activeTab", "cookies", "storage", "https:\/\/app.tidings.com\/*" ] } |