SalesRobot
Build your personal brand on LinkedIn using AI
SalesRobot란 무엇입니까?
SalesRobot은(는) SalesRobot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build your personal brand on LinkedIn using AI"입니다.
확장 프로그램 스크린샷
SalesRobot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can use this extension to write thoughtful, insightful comments using AI to build your brand on LinkedIn It also automates LinkedIn actions locally on the browser from the campaigns creates on salesrobot.co platform
확장 프로그램 기본 정보
이름 | SalesRobot |
ID | mlknnmdepgmefemphhdombdflfgceejg |
공식 URL | https://chromewebstore.google.com/detail/salesrobot/mlknnmdepgmefemphhdombdflfgceejg |
설명 | Build your personal brand on LinkedIn using AI |
파일 크기 | 6.31 MB |
설치 횟수 | 1,117 |
현재 버전 | 0.1.48 |
최근 업데이트 | 2023-12-12 |
출시 날짜 | 2021-12-28 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | SalesRobot |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://salesrobot.co |
개인정보 보호 정책 페이지 URL | https://www.salesrobot.co/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.48", "short_name": "SalesRobot", "name": "SalesRobot", "description": "Build your personal brand on LinkedIn using AI", "browser_action": { "default_title": "SalesRobot" }, "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "http:\/\/www.linkedin.com\/*", "https:\/\/email.leadzilla.ai\/*", "https:\/\/app.leadzilla.ai\/*", "https:\/\/app.salesrobot.co\/*" ], "js": [ "contentScript.bundle.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "popup.html", "img\/*.png", "img\/*.svg" ], "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "options_page": "options.html", "permissions": [ "*:\/\/*.linkedin.com\/*", "https:\/\/email.leadzilla.ai\/*", "https:\/\/app.leadzilla.ai\/*", "https:\/\/app.salesrobot.co\/*", "webNavigation", "storage", "cookies", "activeTab", "alarms" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/js.chargebee.com https:\/\/leadzilla.chargebee.com https:\/\/raw.githubusercontent.com https:\/\/cdn.lr-in.com\/logger-1.min.js https:\/\/app.salesrobot.co\/*; object-src 'self'" } |