BoomConsole - Web Organizer, Contact Management

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

Vad är BoomConsole - Web Organizer, Contact Management?

BoomConsole - Web Organizer, Contact Management är en Chrome-tillägg utvecklad av https://boomconsole.com, och dess huvudfunktion är "BoomConsole is the organizational tool to capture your online viewing experience with your description and folders.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner BoomConsole - Web Organizer, Contact Management-förlängningens CRX-fil

Ladda ner BoomConsole - Web Organizer, Contact Management-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn BoomConsole - Web Organizer, Contact Management BoomConsole - Web Organizer, Contact Management
ID gpmcahkaejaehjhalogpakgcnoholepc
Officiell webbadress https://chromewebstore.google.com/detail/boomconsole-web-organizer/gpmcahkaejaehjhalogpakgcnoholepc
Beskrivning BoomConsole is the organizational tool to capture your online viewing experience with your description and folders.
Filstorlek 4.4 MB
Antal Installationer 55
Aktuell Version 2.5.47
Senast Uppdaterad 2024-03-03
Publiceringsdatum 2023-06-17
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare https://boomconsole.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://boomconsole.com/
URL till Sekretesspolicy Sidan https://privacy-policy.boomconcole.com
Stödda Språk 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'"
    }
}