Tidings

Save articles from around the web to your Tidings newsletter.

Tidingsとは何ですか?

TidingsはTidings Company, LLCによって開発されたChromeの拡張機能で、その主な機能は「Save articles from around the web to your Tidings newsletter.」です。

拡張機能のスクリーンショット

screenshot

Tidings拡張機能のCRXファイルをダウンロード

Tidings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Tidings Tidings
ID bnhgmpbkglolmjgboddgcbhbhplgcpmc
公式URL https://chromewebstore.google.com/detail/tidings/bnhgmpbkglolmjgboddgcbhbhplgcpmc
説明 Save articles from around the web to your Tidings newsletter.
ファイルサイズ 2.14 MB
インストール数 63
現在のバージョン 1.0.0.0
最終更新日 2017-06-02
公開日 2017-06-02
評価 5.00/5 合計 2 レビュー
開発者 Tidings Company, LLC
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://tidings.com/privacy.html
対応言語 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\/*"
    ]
}