Tidings
Save articles from around the web to your Tidings newsletter.
Was ist Tidings?
Tidings ist eine Chrome-Erweiterung, die von Tidings Company, LLC entwickelt wurde, und ihr Hauptmerkmal ist "Save articles from around the web to your Tidings newsletter.".
Erweiterungsscreenshots
Tidings-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tidings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.)
Grundlegende Informationen zur Erweiterung
Name | Tidings |
ID | bnhgmpbkglolmjgboddgcbhbhplgcpmc |
Offizielle URL | https://chromewebstore.google.com/detail/tidings/bnhgmpbkglolmjgboddgcbhbhplgcpmc |
Beschreibung | Save articles from around the web to your Tidings newsletter. |
Dateigröße | 2.14 MB |
Installationsanzahl | 63 |
Aktuelle Version | 1.0.0.0 |
Letztes Update | 2017-06-02 |
Veröffentlichungsdatum | 2017-06-02 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Tidings Company, LLC |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://tidings.com/privacy.html |
Unterstützte Sprachen | 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\/*" ] } |