Tidings

Save articles from around the web to your Tidings newsletter.

What is Tidings?

Tidings is a Chrome extension developed by Tidings Company, LLC, and its main feature is "Save articles from around the web to your Tidings newsletter.".

Extension Screenshots

screenshot

Download Tidings Extension CRX File

Download Tidings 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

                        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.)                    

Extension Basic Information

Name Tidings Tidings
ID bnhgmpbkglolmjgboddgcbhbhplgcpmc
Official URL https://chromewebstore.google.com/detail/tidings/bnhgmpbkglolmjgboddgcbhbhplgcpmc
Description Save articles from around the web to your Tidings newsletter.
File Size 2.14 MB
Installation Count 63
Current Version 1.0.0.0
Last Updated 2017-06-02
Publish Date 2017-06-02
Rating 5.00/5 Total 2 Ratings
Developer Tidings Company, LLC
Email [email protected]
Payment Type free
Privacy Policy Page URL http://tidings.com/privacy.html
Supported Languages 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\/*"
    ]
}