Penny+
Get ready to fall in love with Penny+, a browser extension that helps you prospect on Facebook, Instagram, and LinkedIn.
Penny+ क्या है?
Penny+ https://pennyapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get ready to fall in love with Penny+, a browser extension that helps you prospect on Facebook, Instagram, and LinkedIn."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Penny+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Easily connect with new people and act on their needs, all through social media. - Create time to work with Penny+ every week to bring in new connections. - Add & update contacts, schedule tasks, and never lose track! Penny+ for Chrome allows you to: Add Contacts: Bring contacts from Instagram, Facebook, and LinkedIn into Penny as you browse. Update Contacts: Add a social media profile to your existing contacts or update their information from your social media feed. Schedule Tasks: Schedule reach outs and follow ups from your social media account. Get Started 1. Log in to your Penny account 2. Download the Browser Extension. ⬇️ 3. Open your existing social media account. 4. A Penny icon will appear on your social media feed.
एक्सटेंशन की मूल जानकारी
नाम | Penny+ |
ID | lbimaakgddhmngbndebgpfbjbjppebpg |
आधिकारिक URL | https://chromewebstore.google.com/detail/penny+/lbimaakgddhmngbndebgpfbjbjppebpg |
विवरण | Get ready to fall in love with Penny+, a browser extension that helps you prospect on Facebook, Instagram, and LinkedIn. |
फ़ाइल का आकार | 1.3 MB |
स्थापना संख्या | 7,398 |
वर्तमान संस्करण | 3.1.1 |
अंतिम अपडेट | 2024-01-07 |
प्रकाशन तिथि | 2020-05-11 |
रेटिंग | 4.57/5 कुल 14 रेटिंग्स |
डेवलपर | https://pennyapp.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://pennyapp.com |
सहायता पृष्ठ URL | https://help.pennyapp.com |
गोपनीयता नीति पृष्ठ URL | https://pennyapp.com/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Get ready to fall in love with Penny+, a browser extension that helps you prospect on Facebook, Instagram, and LinkedIn.", "version": "3.1.1", "manifest_version": 3, "name": "Penny+", "icons": { "128": "img\/icon-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self' http:\/\/localhost:5555 https:\/\/*.pennyapp.com;", "sandbox": "sandbox allow-scripts; script-src 'self' http:\/\/localhost:5555 https:\/\/*.pennyapp.com; frame-src 'self' http:\/\/localhost:5555 https:\/\/*.pennyapp.com;" }, "sandbox": { "pages": [ "background.html" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "facebook.bundle.js" ] }, { "matches": [ "http:\/\/*.instagram.com\/*", "https:\/\/*.instagram.com\/*" ], "js": [ "instagram.bundle.js" ] }, { "matches": [ "http:\/\/*.linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ], "js": [ "linkedin.bundle.js" ] }, { "matches": [ "http:\/\/localhost:5555\/*" ], "js": [ "penny.bundle.js" ] }, { "matches": [ "https:\/\/staging.pennyapp.com\/*" ], "js": [ "penny.bundle.js" ] }, { "matches": [ "https:\/\/qa.pennyapp.com\/*" ], "js": [ "penny.bundle.js" ] }, { "matches": [ "https:\/\/web.pennyapp.com\/*" ], "js": [ "penny.bundle.js" ] } ], "permissions": [ "storage", "notifications" ], "host_permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.instagram.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.pennyapp.com\/*", "http:\/\/*.localhost:5555\/*" ], "web_accessible_resources": [ { "resources": [ "logo_full_colour.png", "penny-circle-icon.png", "img\/white-logo-128.png", "img\/penny-plus-preview.png" ], "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.instagram.com\/*", "https:\/\/*.linkedin.com\/*", "http:\/\/*.pennyapp.com\/*", "https:\/\/*.pennyapp.com\/*", "http:\/\/localhost:5555\/*" ] } ] } |