Prelo.io Notifications

Prelo Notifications

O que é Prelo.io Notifications?

Prelo.io Notifications é uma extensão do Chrome desenvolvida por Prelo.io, e sua principal característica é "Prelo Notifications".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Prelo.io Notifications

Baixe arquivos de extensão Prelo.io Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Prelo.io Notifications Prelo.io Notifications
ID njgnhlgganickfccbhbbnjcmofcbldcb
URL Oficial https://chromewebstore.google.com/detail/preloio-notifications/njgnhlgganickfccbhbbnjcmofcbldcb
Descrição Prelo Notifications
Tamanho do Arquivo 505 KB
Contagem de Instalações 44
Versão Atual 0.1.5
Última Atualização 2021-12-09
Data de Publicação 2021-07-15
Desenvolvedor Prelo.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://prelo.io
URL da Página de Ajuda https://prelo.io
Idiomas Suportados 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'"
}