Borealis Extension

This is a convenient extension designed to streamline and accelerate the process of creating individuals in a Borealis instance.

Wat is Borealis Extension?

Borealis Extension is een Chrome-extensie ontwikkeld door borealis-extension-devs, en de belangrijkste functie is "This is a convenient extension designed to streamline and accelerate the process of creating individuals in a Borealis instance.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Borealis Extension

Download Borealis Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Borealis Extension Borealis Extension
ID oobhnhfbpbjcloconjebjlifckieinao
Officiële URL https://chromewebstore.google.com/detail/borealis-extension/oobhnhfbpbjcloconjebjlifckieinao
Beschrijving This is a convenient extension designed to streamline and accelerate the process of creating individuals in a Borealis instance.
Bestandsgrootte 53.34 MB
Aantal Installaties 112
Huidige Versie 2024.1.4
Laatst Bijgewerkt 2024-02-14
Publicatiedatum 2023-12-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar borealis-extension-devs
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.boreal-is.com
Help Pagina-URL https://helpdesk.boreal-is.com
URL van de Privacybeleid Pagina https://www.boreal-is.com/privacy-policy
Ondersteunde Talen 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\/*"
        ]
    }
}