BoomConsole - Web Organizer, Contact Management

BoomConsole is the organizational tool to capture your online viewing experience with your description and folders.

什麼是BoomConsole - Web Organizer, Contact Management?

BoomConsole - Web Organizer, Contact Management是由https://boomconsole.com開發的Chrome擴展程式,該擴展的主要功能是“BoomConsole is the organizational tool to capture your online viewing experience with your description and folders.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載BoomConsole - Web Organizer, Contact Management擴展crx文件

下載BoomConsole - Web Organizer, Contact Management擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        BoomConsole 

The BoomConsole Filing System and CRM organize your internet experience!

** Capture ChatGPT, You.com, Google Bard & Poe.com chats to your personal database.

**Upload your LinkedIn connections and Google maps data in to your personal CRM.

**Make private and public comments on the websites you visit for future reference.

**Share your information with groups and colleagues in your sphere.
-------------------------------------------------------------------------------------------------------------------------

Here's a breakdown of BoomConsole’s key features:

-> Capture Chat Conversations for ChatGPT, Bard, You and Poe Chat and share them : Capture your chat conversations  with AI Chatbots directly to your private secure BoomConsole web console where you can decide who should access your data. Combine chats and produce documents in Word, PDF, JSON and CSV formats and share contents with your groups of friends and colleagues.

-> Smart Categorization : Categorize and describe the information you capture, use an easy drag and drop user interface to store data inside one or more folders. This saves time and effort looking for your data. Manage all your data from the Internet and your personal computer by assigning descriptions and putting it into folders and sub folders available from any browser. These data types include URLs, visual text, images, bookmarks, and more.

-> Capture contact information from Job Portals( Monster, Indeed):
BoomConsole simplifies company research by allowing you to capture company details from popular job portals like Indeed.com and Monster.com and save it into your own database.

->  Capture contacts and locations from Google Maps
Store your google searches data into your database. Research and save those details into folders and into your contact management system.

-> Capture User Profile’s data from LinkedIn : Save user profile’s data from LinkedIn. Email and contact people, with the help of built-in CRM.

-> Seamless Collaboration : Share your data with groups or individual users, facilitating collaboration and enhancing collective knowledge. This feature promotes teamwork and sharing data within groups.

-> Community Connection : Connect with other BoomConsole users, join communities, create your private groups and share your online data with them.

...........................................................................................................................

WHO CAN BENEFIT FROM BOOM CONSOLE?

BoomConsole's versatile features cater to a broad spectrum of users, offering valuable benefits to you as an individual and organizations, both.

-> For individual users, the extension provides a means to streamline your online activities, organize diverse data sources, and save your insights of AI chat conversations, sharing it to your family, friends . If you are working remotely or with a distributed team, you can collaborate with the help of BoomConsole.

-> On the organizational front, BoomConsole allows you as a company to organize, collaborate and securely share your captured data with colleagues and business groups.

The platform's adaptability makes it a valuable asset for you seeking to optimize your online presence and foster collaboration within a group setting.                    

擴展基本資訊

名稱 BoomConsole - Web Organizer, Contact Management BoomConsole - Web Organizer, Contact Management
ID gpmcahkaejaehjhalogpakgcnoholepc
官方網址 https://chromewebstore.google.com/detail/boomconsole-web-organizer/gpmcahkaejaehjhalogpakgcnoholepc
簡介 BoomConsole is the organizational tool to capture your online viewing experience with your description and folders.
檔案大小 4.4 MB
安裝次數 55
目前版本 2.5.47
更新時間 2024-03-03
上架時間 2023-06-17
評分 5.00/5 共 6 次評分
開發者 https://boomconsole.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://boomconsole.com/
隱私政策頁面URL https://privacy-policy.boomconcole.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BoomConsole - Web Organizer, Contact Management",
    "short_name": "Organize your web",
    "version": "2.5.47",
    "description": "BoomConsole is the organizational tool to capture your online viewing experience with your description and folders.",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentPage.js"
            ],
            "persistAcrossSessions": true
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        ""
    ],
    "action": {
        "default_popup": "index.html?#\/options",
        "default_title": "BoomConsole For ChatGPT"
    },
    "options_page": "index.html?#\/options",
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}