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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة http://help.thanks.io
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}