Borealis Extension

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

Borealis Extensionとは何ですか?

Borealis Extensionはborealis-extension-devsによって開発されたChromeの拡張機能で、その主な機能は「This is a convenient extension designed to streamline and accelerate the process of creating individuals in a Borealis instance.」です。

拡張機能のスクリーンショット

screenshot

Borealis Extension拡張機能のCRXファイルをダウンロード

Borealis Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Borealis Extension Borealis Extension
ID oobhnhfbpbjcloconjebjlifckieinao
公式URL https://chromewebstore.google.com/detail/borealis-extension/oobhnhfbpbjcloconjebjlifckieinao
説明 This is a convenient extension designed to streamline and accelerate the process of creating individuals in a Borealis instance.
ファイルサイズ 53.34 MB
インストール数 112
現在のバージョン 2024.1.4
最終更新日 2024-02-14
公開日 2023-12-19
評価 5.00/5 合計 1 レビュー
開発者 borealis-extension-devs
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.boreal-is.com
ヘルプページのURL https://helpdesk.boreal-is.com
プライバシーポリシーページのURL https://www.boreal-is.com/privacy-policy
対応言語 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\/*"
        ]
    }
}