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": [
                ""
            ]
        }
    ]
}