Prelo.io Notifications

Prelo Notifications

Что такое Prelo.io Notifications?

Prelo.io Notifications - это расширение Chrome, разработанное Prelo.io, и его основная функция - "Prelo Notifications".

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

screenshot
screenshot

Скачать файл CRX расширения Prelo.io Notifications

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

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

                        This extension will optimize your lead generation efforts by helping you
discover business email addresses of key decision makers in well-funded startups
The Prelo extension also provides fundraising updates,
and startup hiring opportunities
Receive Business Contacts, Use Cold Email templates
Send CEO Emails, Discover The Latest Funding Updates
Browse Startup Job Opportunities                    

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

Название Prelo.io Notifications Prelo.io Notifications
ID njgnhlgganickfccbhbbnjcmofcbldcb
Официальный URL https://chromewebstore.google.com/detail/preloio-notifications/njgnhlgganickfccbhbbnjcmofcbldcb
Описание Prelo Notifications
Размер файла 505 KB
Количество установок 44
Текущая Версия 0.1.5
Последнее Обновление 2021-12-09
Дата публикации 2021-07-15
Разработчик Prelo.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://prelo.io
URL страницы помощи https://prelo.io
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Prelo Notifications",
    "default_locale": "en",
    "permissions": [
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "version": "0.1.5",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}