Pingdex
A chrome extension for Pingdex
Pingdex क्या है?
Pingdex https://pingdex.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension for Pingdex"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pingdex एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a chrome extension for use with Pingdex (pingdex.app). This chrome extension allows you to create contact requests directly from viewing an NGP VAN contact or list. This extension also allows for rich html email follow-ups in Gmail (we do not read your emails). Pingdex is an application that helps progressive campaigns manage call time lists and scheduling.
एक्सटेंशन की मूल जानकारी
नाम | Pingdex |
ID | kkklmgdmiepmnaiifkkkkcdignomfifo |
आधिकारिक URL | https://chromewebstore.google.com/detail/pingdex/kkklmgdmiepmnaiifkkkkcdignomfifo |
विवरण | A chrome extension for Pingdex |
फ़ाइल का आकार | 564 KB |
स्थापना संख्या | 198 |
वर्तमान संस्करण | 1.15.0 |
अंतिम अपडेट | 2024-01-08 |
प्रकाशन तिथि | 2020-09-15 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://pingdex.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://pingdex.app |
गोपनीयता नीति पृष्ठ URL | https://www.pingdex.app/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension for Pingdex", "version": "1.15.0", "name": "Pingdex", "options_page": "options.html", "permissions": [ "storage" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwklyEbK0geQRbMuNHS73upv7gH6xpoaP4+WPRXnXhGacRpjvADVloz2Z8Ttx3pCjSS5tP0qhefCuS9d\/Lb47kQTDxCAIMKjXB01EKDIlD2Hk7ykUN9vKkH6KPcBhRT85gslGl5I6C7x+k0gSqWFEPYdt5KSb4EjgNL5xPyixIgRoy3nSTaUKIeO9lDHQYg2Owb0HNyvjBAFEMd6oW4mxrM8l\/bJuG58ElpySSvdCz\/wphDr87La1rCsL5HxbfB9hrcccQutPknUxwNFluCdXHDRWHPLA1SxZNa6sXQaXeUmkkM+zlNF2Xhl7icmVeYkPW+fuWMdBAHPbrsXcw3ZT4QIDAQAB", "host_permissions": [ "https:\/\/app.ngpvan.com\/*", "https:\/\/*.everyaction.com\/*", "https:\/\/*.myngp.com\/*", "https:\/\/*.pingdex.app\/*", "https:\/\/mail.google.com\/mail\/*?fs=1*" ], "icons": { "128": "icon-128.png" }, "manifest_version": 3, "background": { "service_worker": "background.bundle.js" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.pingdex.app\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/app.ngpvan.com\/MyList*" ], "js": [ "ngpvan.bundle.js" ] }, { "matches": [ "https:\/\/*.myngp.com\/MyList*" ], "js": [ "ngpvan.bundle.js" ] }, { "matches": [ "https:\/\/*.everyaction.com\/MyList*" ], "js": [ "ngpvan.bundle.js" ] }, { "matches": [ "https:\/\/*.myngp.com\/Contact\/Detail*" ], "run_at": "document_idle", "js": [ "ngp7.bundle.js" ] }, { "matches": [ "https:\/\/*.myngp.com\/Search\/QuickFindResult*" ], "run_at": "document_idle", "js": [ "ngp7.bundle.js" ] }, { "matches": [ "https:\/\/mail.google.com\/mail\/*?fs=1*" ], "run_at": "document_idle", "js": [ "gmail.bundle.js" ] }, { "matches": [ "https:\/\/*.myngp.com\/Search\/Results*" ], "run_at": "document_idle", "js": [ "ngp7.bundle.js" ] }, { "matches": [ "https:\/\/*.myngp.com\/CallLog\/Create*" ], "run_at": "document_idle", "js": [ "ngp7.bundle.js" ] }, { "matches": [ "https:\/\/app.ngpvan.com\/ContactsDetails*" ], "js": [ "ngpvan.bundle.js" ] }, { "matches": [ "https:\/\/*.myngp.com\/ContactsDetails*" ], "js": [ "ngpvan.bundle.js" ] }, { "matches": [ "https:\/\/*.everyaction.com\/ContactsDetails*" ], "js": [ "ngpvan.bundle.js" ] }, { "matches": [ "https:\/\/*.pingdex.app\/*" ], "js": [ "pingdex.bundle.js" ] } ] } |