BoomConsole - Web Organizer, Contact Management

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

O que é BoomConsole - Web Organizer, Contact Management?

BoomConsole - Web Organizer, Contact Management é uma extensão do Chrome desenvolvida por https://boomconsole.com, e sua principal característica é "BoomConsole is the organizational tool to capture your online viewing experience with your description and folders.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BoomConsole - Web Organizer, Contact Management

Baixe arquivos de extensão BoomConsole - Web Organizer, Contact Management no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BoomConsole - Web Organizer, Contact Management BoomConsole - Web Organizer, Contact Management
ID gpmcahkaejaehjhalogpakgcnoholepc
URL Oficial https://chromewebstore.google.com/detail/boomconsole-web-organizer/gpmcahkaejaehjhalogpakgcnoholepc
Descrição BoomConsole is the organizational tool to capture your online viewing experience with your description and folders.
Tamanho do Arquivo 4.4 MB
Contagem de Instalações 55
Versão Atual 2.5.47
Última Atualização 2024-03-03
Data de Publicação 2023-06-17
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://boomconsole.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://boomconsole.com/
URL da Página de Política de Privacidade https://privacy-policy.boomconcole.com
Idiomas Suportados 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'"
    }
}