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
官方網址 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
電子郵箱 [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\/*"
    ]
}