Borealis Extension
This is a convenient extension designed to streamline and accelerate the process of creating individuals in a Borealis instance.
Qu'est-ce que Borealis Extension ?
Borealis Extension est une extension Chrome développée par borealis-extension-devs, et sa fonction principale est "This is a convenient extension designed to streamline and accelerate the process of creating individuals in a Borealis instance.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Borealis Extension
Téléchargez les fichiers d'extension Borealis Extension 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
This convenient extension allows users to quickly create records for individuals and organizations in Borealis. Its seamless data entry process saves time, improves productivity, and reduces the risk of transcription errors. With just a few clicks, you can easily capture publicly available contact information for the boards of directors, executives, and government officials you need to engage with, so you can spend more time engaging with stakeholders and finding solutions, and less time manually entering data.
Informations de Base sur l'Extension
Nom | Borealis Extension |
ID | oobhnhfbpbjcloconjebjlifckieinao |
URL Officiel | https://chromewebstore.google.com/detail/borealis-extension/oobhnhfbpbjcloconjebjlifckieinao |
Description | This is a convenient extension designed to streamline and accelerate the process of creating individuals in a Borealis instance. |
Taille du Fichier | 53.34 MB |
Nombre d'Installations | 112 |
Version Actuelle | 2024.1.4 |
Dernière Mise à Jour | 2024-02-14 |
Date de Publication | 2023-12-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | borealis-extension-devs |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.boreal-is.com |
URL de la Page d'Aide | https://helpdesk.boreal-is.com |
URL de la Page de Politique de Confidentialité | https://www.boreal-is.com/privacy-policy |
Langues Prises en Charge | en,fr,es,pt-PT,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "2024.1.4", "minimum_chrome_version": "117", "default_locale": "en", "action": { "default_icon": "images\/borealis-icon.png" }, "side_panel": { "default_path": "src\/popup\/index.html" }, "icons": { "16": "images\/borealis-icon.png", "48": "images\/borealis-icon.png", "128": "images\/borealis-icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ ".\/content_scripts\/content.js" ], "css": [ ".\/assets\/content.css" ] } ], "background": { "service_worker": "service.js", "type": "module" }, "permissions": [ "activeTab", "storage", "sidePanel" ], "externally_connectable": { "matches": [ "https:\/\/*.boreal-is.com\/*", "https:\/\/localhost\/*" ] } } |