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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |