Prelo.io Notifications
Prelo Notifications
Prelo.io Notifications क्या है?
Prelo.io Notifications Prelo.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prelo Notifications"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Prelo.io Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
| ईमेल | [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'"
} | |