ChatGPT Extention for Chrome

Interact with ChatGPT in Google Search results page

Vad är ChatGPT Extention for Chrome?

ChatGPT Extention for Chrome är en Chrome-tillägg utvecklad av payam.development, och dess huvudfunktion är "Interact with ChatGPT in Google Search results page".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner ChatGPT Extention for Chrome-förlängningens CRX-fil

Ladda ner ChatGPT Extention for Chrome-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

                        A simple chrome extension that adds a sidebar to the browser and enables the users to interact with ChatGPT from from inside chrome.

👋
Introducing ChatGpt Sidebar, the newest addition to your Chrome browsing experience. With this extension, you can easily access the powerful ChatGpt and webGPT AI assistant from any website, simply by opening the sidebar. 

🔮
ChatGpt is a large language model trained by OpenAI, and is able to help you with a wide range of tasks, from answering questions to providing helpful suggestions. 

💚
You can even collaborate with ChatGpt to create blogs, write code, and much more. Give ChatGpt Sidebar a try today and see how it can enhance your browsing experience and help you with your creative projects.

👨🏻‍💻 A great extention for developers and coders who want to laverage ChatGPT for fixing bugs, learning new languages, translating code or just asking general questins.

👩‍💻 Entrepreneurs can use this tool to brainstorm new ideas, create content and get inspired. you can create business plans, learn about startups or analyse your market space.                    

Grundläggande Information om Tillägg

Namn ChatGPT Extention for Chrome ChatGPT Extention for Chrome
ID pgepbboibljehfpjpcdihhclfiodeiag
Officiell webbadress https://chromewebstore.google.com/detail/chatgpt-extention-for-chr/pgepbboibljehfpjpcdihhclfiodeiag
Beskrivning Interact with ChatGPT in Google Search results page
Filstorlek 481 KB
Antal Installationer 945
Aktuell Version 1.0.0
Senast Uppdaterad 2022-12-14
Publiceringsdatum 2022-12-14
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare payam.development
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://genoai.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Interact with ChatGPT in Google Search results page",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "ChatGPT Extention for Chrome",
    "options_page": "options.html",
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/search*",
                "https:\/\/*.google.ad\/search*",
                "https:\/\/*.google.ae\/search*",
                "https:\/\/*.google.com.af\/search*",
                "https:\/\/*.google.com.ag\/search*",
                "https:\/\/*.google.com.ai\/search*",
                "https:\/\/*.google.al\/search*",
                "https:\/\/*.google.am\/search*",
                "https:\/\/*.google.co.ao\/search*",
                "https:\/\/*.google.com.ar\/search*",
                "https:\/\/*.google.as\/search*",
                "https:\/\/*.google.at\/search*",
                "https:\/\/*.google.com.au\/search*",
                "https:\/\/*.google.az\/search*",
                "https:\/\/*.google.ba\/search*",
                "https:\/\/*.google.com.bd\/search*",
                "https:\/\/*.google.be\/search*",
                "https:\/\/*.google.bf\/search*",
                "https:\/\/*.google.bg\/search*",
                "https:\/\/*.google.com.bh\/search*",
                "https:\/\/*.google.bi\/search*",
                "https:\/\/*.google.bj\/search*",
                "https:\/\/*.google.com.bn\/search*",
                "https:\/\/*.google.com.bo\/search*",
                "https:\/\/*.google.com.br\/search*",
                "https:\/\/*.google.bs\/search*",
                "https:\/\/*.google.bt\/search*",
                "https:\/\/*.google.co.bw\/search*",
                "https:\/\/*.google.by\/search*",
                "https:\/\/*.google.com.bz\/search*",
                "https:\/\/*.google.ca\/search*",
                "https:\/\/*.google.cd\/search*",
                "https:\/\/*.google.cf\/search*",
                "https:\/\/*.google.cg\/search*",
                "https:\/\/*.google.ch\/search*",
                "https:\/\/*.google.ci\/search*",
                "https:\/\/*.google.co.ck\/search*",
                "https:\/\/*.google.cl\/search*",
                "https:\/\/*.google.cm\/search*",
                "https:\/\/*.google.cn\/search*",
                "https:\/\/*.google.com.co\/search*",
                "https:\/\/*.google.co.cr\/search*",
                "https:\/\/*.google.com.cu\/search*",
                "https:\/\/*.google.cv\/search*",
                "https:\/\/*.google.com.cy\/search*",
                "https:\/\/*.google.cz\/search*",
                "https:\/\/*.google.de\/search*",
                "https:\/\/*.google.dj\/search*",
                "https:\/\/*.google.dk\/search*",
                "https:\/\/*.google.dm\/search*",
                "https:\/\/*.google.com.do\/search*",
                "https:\/\/*.google.dz\/search*",
                "https:\/\/*.google.com.ec\/search*",
                "https:\/\/*.google.ee\/search*",
                "https:\/\/*.google.com.eg\/search*",
                "https:\/\/*.google.es\/search*",
                "https:\/\/*.google.com.et\/search*",
                "https:\/\/*.google.fi\/search*",
                "https:\/\/*.google.com.fj\/search*",
                "https:\/\/*.google.fm\/search*",
                "https:\/\/*.google.fr\/search*",
                "https:\/\/*.google.ga\/search*",
                "https:\/\/*.google.ge\/search*",
                "https:\/\/*.google.gg\/search*",
                "https:\/\/*.google.com.gh\/search*",
                "https:\/\/*.google.com.gi\/search*",
                "https:\/\/*.google.gl\/search*",
                "https:\/\/*.google.gm\/search*",
                "https:\/\/*.google.gr\/search*",
                "https:\/\/*.google.com.gt\/search*",
                "https:\/\/*.google.gy\/search*",
                "https:\/\/*.google.com.hk\/search*",
                "https:\/\/*.google.hn\/search*",
                "https:\/\/*.google.hr\/search*",
                "https:\/\/*.google.ht\/search*",
                "https:\/\/*.google.hu\/search*",
                "https:\/\/*.google.co.id\/search*",
                "https:\/\/*.google.ie\/search*",
                "https:\/\/*.google.co.il\/search*",
                "https:\/\/*.google.im\/search*",
                "https:\/\/*.google.co.in\/search*",
                "https:\/\/*.google.iq\/search*",
                "https:\/\/*.google.is\/search*",
                "https:\/\/*.google.it\/search*",
                "https:\/\/*.google.je\/search*",
                "https:\/\/*.google.com.jm\/search*",
                "https:\/\/*.google.jo\/search*",
                "https:\/\/*.google.co.jp\/search*",
                "https:\/\/*.google.co.ke\/search*",
                "https:\/\/*.google.com.kh\/search*",
                "https:\/\/*.google.ki\/search*",
                "https:\/\/*.google.kg\/search*",
                "https:\/\/*.google.co.kr\/search*",
                "https:\/\/*.google.com.kw\/search*",
                "https:\/\/*.google.kz\/search*",
                "https:\/\/*.google.la\/search*",
                "https:\/\/*.google.com.lb\/search*",
                "https:\/\/*.google.li\/search*",
                "https:\/\/*.google.lk\/search*",
                "https:\/\/*.google.co.ls\/search*",
                "https:\/\/*.google.lt\/search*",
                "https:\/\/*.google.lu\/search*",
                "https:\/\/*.google.lv\/search*",
                "https:\/\/*.google.com.ly\/search*",
                "https:\/\/*.google.co.ma\/search*",
                "https:\/\/*.google.md\/search*",
                "https:\/\/*.google.me\/search*",
                "https:\/\/*.google.mg\/search*",
                "https:\/\/*.google.mk\/search*",
                "https:\/\/*.google.ml\/search*",
                "https:\/\/*.google.com.mm\/search*",
                "https:\/\/*.google.mn\/search*",
                "https:\/\/*.google.ms\/search*",
                "https:\/\/*.google.com.mt\/search*",
                "https:\/\/*.google.mu\/search*",
                "https:\/\/*.google.mv\/search*",
                "https:\/\/*.google.mw\/search*",
                "https:\/\/*.google.com.mx\/search*",
                "https:\/\/*.google.com.my\/search*",
                "https:\/\/*.google.co.mz\/search*",
                "https:\/\/*.google.com.na\/search*",
                "https:\/\/*.google.com.ng\/search*",
                "https:\/\/*.google.com.ni\/search*",
                "https:\/\/*.google.ne\/search*",
                "https:\/\/*.google.nl\/search*",
                "https:\/\/*.google.no\/search*",
                "https:\/\/*.google.com.np\/search*",
                "https:\/\/*.google.nr\/search*",
                "https:\/\/*.google.nu\/search*",
                "https:\/\/*.google.co.nz\/search*",
                "https:\/\/*.google.com.om\/search*",
                "https:\/\/*.google.com.pa\/search*",
                "https:\/\/*.google.com.pe\/search*",
                "https:\/\/*.google.com.pg\/search*",
                "https:\/\/*.google.com.ph\/search*",
                "https:\/\/*.google.com.pk\/search*",
                "https:\/\/*.google.pl\/search*",
                "https:\/\/*.google.pn\/search*",
                "https:\/\/*.google.com.pr\/search*",
                "https:\/\/*.google.ps\/search*",
                "https:\/\/*.google.pt\/search*",
                "https:\/\/*.google.com.py\/search*",
                "https:\/\/*.google.com.qa\/search*",
                "https:\/\/*.google.ro\/search*",
                "https:\/\/*.google.ru\/search*",
                "https:\/\/*.google.rw\/search*",
                "https:\/\/*.google.com.sa\/search*",
                "https:\/\/*.google.com.sb\/search*",
                "https:\/\/*.google.sc\/search*",
                "https:\/\/*.google.se\/search*",
                "https:\/\/*.google.com.sg\/search*",
                "https:\/\/*.google.sh\/search*",
                "https:\/\/*.google.si\/search*",
                "https:\/\/*.google.sk\/search*",
                "https:\/\/*.google.com.sl\/search*",
                "https:\/\/*.google.sn\/search*",
                "https:\/\/*.google.so\/search*",
                "https:\/\/*.google.sm\/search*",
                "https:\/\/*.google.sr\/search*",
                "https:\/\/*.google.st\/search*",
                "https:\/\/*.google.com.sv\/search*",
                "https:\/\/*.google.td\/search*",
                "https:\/\/*.google.tg\/search*",
                "https:\/\/*.google.co.th\/search*",
                "https:\/\/*.google.com.tj\/search*",
                "https:\/\/*.google.tl\/search*",
                "https:\/\/*.google.tm\/search*",
                "https:\/\/*.google.tn\/search*",
                "https:\/\/*.google.to\/search*",
                "https:\/\/*.google.com.tr\/search*",
                "https:\/\/*.google.tt\/search*",
                "https:\/\/*.google.com.tw\/search*",
                "https:\/\/*.google.co.tz\/search*",
                "https:\/\/*.google.com.ua\/search*",
                "https:\/\/*.google.co.ug\/search*",
                "https:\/\/*.google.co.uk\/search*",
                "https:\/\/*.google.com.uy\/search*",
                "https:\/\/*.google.co.uz\/search*",
                "https:\/\/*.google.com.vc\/search*",
                "https:\/\/*.google.co.ve\/search*",
                "https:\/\/*.google.vg\/search*",
                "https:\/\/*.google.co.vi\/search*",
                "https:\/\/*.google.com.vn\/search*",
                "https:\/\/*.google.vu\/search*",
                "https:\/\/*.google.ws\/search*",
                "https:\/\/*.google.rs\/search*",
                "https:\/\/*.google.co.za\/search*",
                "https:\/\/*.google.co.zm\/search*",
                "https:\/\/*.google.co.zw\/search*",
                "https:\/\/*.google.cat\/search*",
                "https:\/\/kagi.com\/search*",
                "https:\/\/*.bing.com\/search*",
                "https:\/\/search.yahoo.com\/search*",
                "https:\/\/search.yahoo.co.jp\/search*",
                "https:\/\/search.naver.com\/search*",
                "https:\/\/search.brave.com\/search*",
                "https:\/\/*.yandex.com\/search*",
                "https:\/\/duckduckgo.com\/*",
                "https:\/\/www.baidu.com\/s*"
            ],
            "include_globs": [
                "*.google.*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}