Tamplate for INvitation

Make tamplate for invitation

Что такое Tamplate for INvitation?

Tamplate for INvitation - это расширение Chrome, разработанное FAS, и его основная функция - "Make tamplate for invitation".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Tamplate for INvitation

Скачайте файлы расширений Tamplate for INvitation в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This simple extension helps you to customize your invitations at LinkedIn.
Just press button "Connect" and extension will add your text to invitation. For customizing text go to option page and make your template of text invitation.

ADDINTIOANL INSTRUCTION:
    Before pressing button "Send invitation", please make focus on the text 
    like on the first print screen.                    

Основная информация о расширении

Название Tamplate for INvitation Tamplate for INvitation
ID phemcmhphdnfliijckkkeoifpoibmcek
Официальный URL https://chrome.google.com/webstore/detail/tamplate-for-invitation/phemcmhphdnfliijckkkeoifpoibmcek
Описание Make tamplate for invitation
Размер файла 17.01 KB
Количество установок 18
Текущая Версия 1.3
Последнее Обновление 2019-05-03
Дата публикации 2019-05-03
Рейтинг 5.00/5 Всего 1 оценок
Разработчик FAS
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tamplate for INvitation",
    "description": "Make tamplate for invitation",
    "version": "1.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "options_page": "popup.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "128": "logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/www.linkedin.com\/*",
        "storage",
        "declarativeContent"
    ]
}