Saalz
This extension is great time saver LinkedIn or Sales Navigator and import from profile page or list page all the contact as a Lead
Co je Saalz?
Saalz je rozšíření Chrome vyvinuté https://saalz.com, a jeho hlavní funkcí je „This extension is great time saver LinkedIn or Sales Navigator and import from profile page or list page all the contact as a Lead“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Saalz
Stáhněte si soubory rozšíření Saalz ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension will be a great time saver. Go to LinkedIn or Sales Navigator and directly import from profile page or list page all the contact in bulk as a Lead or as a contact. Enrich all contacts informations in one click in our app Základní Informace o Rozšíření
| Název | |
| ID | bbkonaekgbbmfkpemnecmnbkjlkmedpb |
| Oficiální URL | https://chromewebstore.google.com/detail/saalz/bbkonaekgbbmfkpemnecmnbkjlkmedpb |
| Popis | This extension is great time saver LinkedIn or Sales Navigator and import from profile page or list page all the contact as a Lead |
| Velikost souboru | 5.19 MB |
| Počet instalací | 143 |
| Aktuální Verze | 1.5.0.8 |
| Poslední Aktualizace | 2024-02-21 |
| Datum Vydání | 2023-01-06 |
| Hodnocení | 5.00/5 Celkem 5 Hodnocení |
| Vývojář | https://saalz.com |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://saalz.com |
| URL Stránky Zásad Ochrany Soukromí | https://saalz.com/politique-de-confidentialite |
| Podporované Jazyky | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Saalz",
"description": "This extension is great time saver LinkedIn or Sales Navigator and import from profile page or list page all the contact as a Lead",
"version": "1.5.0.8",
"icons": {
"16": "images\/icon_16.png",
"24": "images\/icon_24.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"action": {
"default_icon": {
"16": "images\/icon_16.png",
"24": "images\/icon_24.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"default_title": "Saalz"
},
"permissions": [
"storage",
"notifications",
"webNavigation"
],
"host_permissions": [
"*:\/\/*.linkedin.com\/*",
"https:\/\/app.saalz.com\/*",
"https:\/\/staging.saalz.com\/*"
],
"background": {
"service_worker": "background.bundle.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/feed\/*",
"https:\/\/www.linkedin.com\/in\/*",
"*:\/\/*.linkedin.com\/search\/*",
"*:\/\/*.linkedin.com\/sales\/*"
],
"js": [
"content.bundle.js"
],
"css": [
"css\/style.css",
"css\/font-awesome.min.css"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"css\/*",
"js\/*",
"images\/*",
"libs\/*",
"html\/*",
"includes\/*"
],
"matches": [
"https:\/\/www.linkedin.com\/*"
]
}
]
} | |