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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}