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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}