Nimbler Connect
Nimbler allows you to easily view valid e-mails and phone numbers for contacts on LinkedIn. Boost your efficiency now with Nimbler.
Was ist Nimbler Connect?
Nimbler Connect ist eine Chrome-Erweiterung, die von https://nimbler.com entwickelt wurde, und ihr Hauptmerkmal ist "Nimbler allows you to easily view valid e-mails and phone numbers for contacts on LinkedIn. Boost your efficiency now with Nimbler.".
Erweiterungsscreenshots
Nimbler Connect-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nimbler Connect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Nimbler allows you to easily view valid e-mails and phone numbers for contacts on LinkedIn. Boost your efficiency now with Nimbler. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hobioajolocliaghmpcbkeenmeffilgl |
| Offizielle URL | https://chromewebstore.google.com/detail/nimbler-connect/hobioajolocliaghmpcbkeenmeffilgl |
| Beschreibung | Nimbler allows you to easily view valid e-mails and phone numbers for contacts on LinkedIn. Boost your efficiency now with Nimbler. |
| Dateigröße | 194 KB |
| Installationsanzahl | 76 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2023-12-12 |
| Veröffentlichungsdatum | 2023-12-12 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://nimbler.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.nymblr.com |
| Hilfeseite URL | https://www.nymblr.com |
| URL der Datenschutzrichtlinien-Seite | https://www.nimbler.com/privacy-policy |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Nimbler Connect",
"version": "1.0.0",
"manifest_version": 3,
"action": {
"default_popup": "\/lib\/popup.html",
"default_icon": "\/assets\/images\/icons\/128x128.png"
},
"icons": {
"16": "\/assets\/images\/icons\/16x16.png",
"24": "\/assets\/images\/icons\/24x24.png",
"32": "\/assets\/images\/icons\/32x32.png",
"48": "\/assets\/images\/icons\/48x48.png",
"128": "\/assets\/images\/icons\/128x128.png"
},
"author": "Nymblr, Inc.",
"description": "Nimbler allows you to easily view valid e-mails and phone numbers for contacts on LinkedIn. Boost your efficiency now with Nimbler.",
"content_scripts": [
{
"js": [
"\/assets\/js\/jquery.min.js",
"\/assets\/select2\/select.js",
"\/assets\/js\/script.js"
],
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"css": [
"\/assets\/select2\/select.css",
"\/assets\/style\/popup.css"
]
}
],
"background": {
"service_worker": "\/assets\/js\/background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self' "
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"resources": [
"\/assets\/images\/logo.png",
"\/assets\/images\/plus.svg",
"\/assets\/images\/download.svg",
"\/assets\/images\/edit-copy.svg",
"\/assets\/images\/green-checkmark.svg",
"\/assets\/images\/Rocket.svg",
"\/assets\/images\/Stars.svg",
"\/assets\/images\/icons\/16x16.png",
"\/assets\/images\/green_circle.svg",
"\/assets\/images\/yellow_circle.svg"
]
}
],
"host_permissions": [
"https:\/\/www.linkedin.com\/*"
],
"permissions": [
"storage",
"background"
]
} | |