thanks.io

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

thanks.ioคืออะไร?

thanks.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thanks.io และคุณลักษณะหลักของมันคือ "Easily send handwritten postcards, letters, and notecards through thanks.io"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย thanks.io

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
                ""
            ]
        }
    ]
}