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
什么是Saalz?
Saalz是由https://saalz.com开发的Chrome扩展程序,该扩展的主要功能是“This extension is great time saver LinkedIn or Sales Navigator and import from profile page or list page all the contact as a Lead”。
扩展截图
下载Saalz扩展crx文件
下载Saalz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Saalz |
ID | bbkonaekgbbmfkpemnecmnbkjlkmedpb |
官方URL | https://chromewebstore.google.com/detail/saalz/bbkonaekgbbmfkpemnecmnbkjlkmedpb |
简介 | This extension is great time saver LinkedIn or Sales Navigator and import from profile page or list page all the contact as a Lead |
文件大小 | 5.19 MB |
安装次数 | 143 |
当前版本 | 1.5.0.8 |
更新时间 | 2024-02-21 |
上架时间 | 2023-01-06 |
评分 | 5.00/5 共5次评分 |
开发者 | https://saalz.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://saalz.com |
隐私政策页面URL | https://saalz.com/politique-de-confidentialite |
支持的语言 | 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\/*" ] } ] } |