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
官方URL 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'"
    }
}