TabJam for ChatGPT

A free add-on for ChatGPT to help you add content from any website to your ChatGPT conversations.

Co to jest TabJam for ChatGPT?

TabJam for ChatGPT to rozszerzenie Chrome opracowane przez chrome-store-publishers, a jego główną funkcją jest „A free add-on for ChatGPT to help you add content from any website to your ChatGPT conversations.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TabJam for ChatGPT

Pobierz pliki rozszerzeń TabJam for ChatGPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Have you ever wanted ChatGPT to draft an email to someone based on their LinkedIn profile and recent tweets? Or write an inspiring essay using content from a Wikipedia page? Or start a discussion with ChatGPT about a blog post or academic paper?

TabJam is a free 3rd party add-on for ChatGPT that equips ChatGPT with new features, including:

🚀 Simply @mention any of the tabs that are open in your browser, and TabJam will pull their content into your ChatGPT message.
🚀 While viewing any web page, just press [Cmd ⌘]+J or [Ctrl]+M to start a new chat involving the content of that page.

✨ Here are a few examples of what you can do with TabJam ✨

✅ Draft an email to a LinkedIn profile expressing interest in a job described on a company's careers page.
✅ Summarize a Wikipedia article in 5 bullet-points.
✅ Brainstorm solutions to problems mentioned in your Google Doc.
✅ Get ideas for witty or funny one-liners you can post alongside links you share on social media.
✅ Extract the session titles and speakers from a conference website into a table.
✅ Write a reply to the tweet.
✅ Rewrite the marketing copy for your company's or your product's home page.
✅ Compare the specs of two products.
✅ What are the top restaurants in a city according to a TripAdvisor thread.


🛠️ How does it work 🛠️

There are two ways to use TabJam.

Approach 1 - Start inside ChatGPT:

1️⃣ To mention a tab, start typing @ to bring up a list of tabs open in your browser.
2️⃣ Continue typing to find the tab you want to mention.
3️⃣ Press ⏎ to select the tab and mention it.
4️⃣ Once the tab is mentioned, its content will be included in your ChatGPT message.

Approach 2 - Start on a tab that you want to bring into a conversation:

1️⃣ Start on a web page that you want to start a ChatGPT conversation about.
2️⃣ If there is specific content on the page you want to focus on, drag to select the text and move on to step 3. If you instead want to include all of the content on the web page, ignore this step and move on to step 3.
3️⃣ [Cmd ⌘]+J if you are on a Mac.
     Or press [Ctrl]+M if you are on Windows.



Disclaimer: TabJam for ChatGPT was neither created by nor is endorsed by OpenAI, the creators of ChatGPT. We are a team who created this extension because we wanted these missing capabilities in ChatGPT ourselves. We are making this extension available to the public because we believe that many other people can benefit from it.                    

Podstawowe informacje o rozszerzeniu

Nazwa TabJam for ChatGPT TabJam for ChatGPT
ID epjadbhicnoefbjaahkmeaookakkpgnh
Oficjalny URL https://chromewebstore.google.com/detail/tabjam-for-chatgpt/epjadbhicnoefbjaahkmeaookakkpgnh
Opis A free add-on for ChatGPT to help you add content from any website to your ChatGPT conversations.
Rozmiar pliku 13.52 MB
Liczba instalacji 34
Aktualna Wersja 1.5.4
Ostatnia Aktualizacja 2023-06-05
Data Publikacji 2023-03-27
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper chrome-store-publishers
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tabjam.ai/
Adres URL Strony Pomocy https://forms.gle/F3L2Jsws2vsDvF7Y6
Adres URL Strony Polityki Prywatności https://trysmartcuts.com/privacy_policy.html
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabJam for ChatGPT",
    "manifest_version": 3,
    "version": "1.5.4",
    "description": "A free add-on for ChatGPT to help you add content from any website to your ChatGPT conversations.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "scripting",
        "tabs"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "Click me"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+M",
                "mac": "Command+J",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            }
        }
    },
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/",
                "https:\/\/chat.openai.com\/?*",
                "https:\/\/chat.openai.com\/?model=*",
                "https:\/\/chat.openai.com\/c\/*",
                "https:\/\/chat.openai.com\/chat",
                "https:\/\/chat.openai.com\/chat?*",
                "https:\/\/chat.openai.com\/chat\/*"
            ],
            "js": [
                "js\/content-script-openai.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/tabjam.ai\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/html\/modal_basic.html",
                "\/html\/modal_permissions.html",
                "\/html\/modal_prompt_shortener.html",
                "\/html\/modal_tutorial.html",
                "\/icons\/logo24.png",
                "\/icons\/[email protected]"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        },
        {
            "resources": [
                "\/html\/modal_tutorial.html",
                "\/icons\/logo24.png",
                "\/icons\/[email protected]"
            ],
            "matches": [
                "https:\/\/tabjam.ai\/*"
            ]
        },
        {
            "resources": [
                "\/html\/modal_select_content.html",
                "\/html\/toast.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}