SalesRobot
Build your personal brand on LinkedIn using AI
Qu'est-ce que SalesRobot ?
SalesRobot est une extension Chrome développée par SalesRobot, et sa fonction principale est "Build your personal brand on LinkedIn using AI".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SalesRobot
Téléchargez les fichiers d'extension SalesRobot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SalesRobot |
ID | mlknnmdepgmefemphhdombdflfgceejg |
URL Officiel | https://chromewebstore.google.com/detail/salesrobot/mlknnmdepgmefemphhdombdflfgceejg |
Description | Build your personal brand on LinkedIn using AI |
Taille du Fichier | 6.31 MB |
Nombre d'Installations | 1,117 |
Version Actuelle | 0.1.48 |
Dernière Mise à Jour | 2023-12-12 |
Date de Publication | 2021-12-28 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | SalesRobot |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://salesrobot.co |
URL de la Page de Politique de Confidentialité | https://www.salesrobot.co/privacy-policy |
Langues Prises en Charge | 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'" } |