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.”。
擴展截圖
下載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 |
ID | oobhnhfbpbjcloconjebjlifckieinao |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } } |