thanks.io

Easily send handwritten postcards, letters, and notecards through thanks.io

thanks.io란 무엇입니까?

thanks.io은(는) https://thanks.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily send handwritten postcards, letters, and notecards through thanks.io"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

thanks.io 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Thanks.io allows you to easily send postcards & letters to your contacts. Our chrome extension automatically finds addresses on websites you visit & allows you easy 1 click sending to those addresses. You can now also add these addresses to your mailing lists with this update.                    

확장 프로그램 기본 정보

이름 thanks.io thanks.io
ID pmghhbcidenacjapeocgagkkaffnbfdd
공식 URL https://chromewebstore.google.com/detail/thanksio/pmghhbcidenacjapeocgagkkaffnbfdd
설명 Easily send handwritten postcards, letters, and notecards through thanks.io
파일 크기 5.3 MB
설치 횟수 674
현재 버전 4.2
최근 업데이트 2020-12-28
출시 날짜 2020-04-09
개발자 https://thanks.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thanks.io/
도움말 페이지 URL http://help.thanks.io
개인정보 보호 정책 페이지 URL https://www.thanks.io/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "thanks.io",
    "description": "Easily send handwritten postcards, letters, and notecards through thanks.io",
    "homepage_url": "https:\/\/thanks.io",
    "version": "4.2",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "matches": [
                ""
            ]
        }
    ]
}