Tidings

Save articles from around the web to your Tidings newsletter.

Co je Tidings?

Tidings je rozšíření Chrome vyvinuté Tidings Company, LLC, a jeho hlavní funkcí je „Save articles from around the web to your Tidings newsletter.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Tidings

Stáhněte si soubory rozšíření Tidings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Tidings Tidings
ID bnhgmpbkglolmjgboddgcbhbhplgcpmc
Oficiální URL https://chromewebstore.google.com/detail/tidings/bnhgmpbkglolmjgboddgcbhbhplgcpmc
Popis Save articles from around the web to your Tidings newsletter.
Velikost souboru 2.14 MB
Počet instalací 63
Aktuální Verze 1.0.0.0
Poslední Aktualizace 2017-06-02
Datum Vydání 2017-06-02
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Tidings Company, LLC
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://tidings.com/privacy.html
Podporované Jazyky 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\/*"
    ]
}