SalesRobot
Build your personal brand on LinkedIn using AI
什么是SalesRobot?
SalesRobot是由SalesRobot开发的Chrome扩展程序,该扩展的主要功能是“Build your personal brand on LinkedIn using AI”。
扩展截图
下载SalesRobot扩展crx文件
下载SalesRobot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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'" } |