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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}