Prelo.io Notifications
Prelo Notifications
Prelo.io Notificationsとは何ですか?
Prelo.io NotificationsはPrelo.ioによって開発されたChromeの拡張機能で、その主な機能は「Prelo Notifications」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |