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
官方網址 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": [
                ""
            ]
        }
    ]
}