Borealis Extension

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

Borealis Extension là gì?

Borealis Extension là một tiện ích mở rộng Chrome được phát triển bởi borealis-extension-devs, và tính năng chính của nó là "This is a convenient extension designed to streamline and accelerate the process of creating individuals in a Borealis instance.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Borealis Extension

Tải xuống các tệp mở rộng Borealis Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Borealis Extension Borealis Extension
ID oobhnhfbpbjcloconjebjlifckieinao
URL Chính Thức https://chromewebstore.google.com/detail/borealis-extension/oobhnhfbpbjcloconjebjlifckieinao
Mô tả This is a convenient extension designed to streamline and accelerate the process of creating individuals in a Borealis instance.
Kích Thước Tệp 53.34 MB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 2024.1.4
Cập Nhật Lần Cuối 2024-02-14
Ngày Phát Hành 2023-12-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển borealis-extension-devs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.boreal-is.com
URL Trang Trợ Giúp https://helpdesk.boreal-is.com
URL Trang Chính Sách Bảo Mật https://www.boreal-is.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}