Prelo.io Notifications

Prelo Notifications

什么是Prelo.io Notifications?

Prelo.io Notifications是由Prelo.io开发的Chrome扩展程序,该扩展的主要功能是“Prelo Notifications”。

扩展截图

screenshot
screenshot

下载Prelo.io Notifications扩展crx文件

下载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'"
}