Tellit - Supercharged ChatGPT Tools

Supercharge ChatGPT and generate quality articles, SEO research, blog posts, YouTube scripts, and so much more.

Tellit - Supercharged ChatGPT Toolsคืออะไร?

Tellit - Supercharged ChatGPT Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tellit และคุณลักษณะหลักของมันคือ "Supercharge ChatGPT and generate quality articles, SEO research, blog posts, YouTube scripts, and so much more."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tellit - Supercharged ChatGPT Tools

ดาวน์โหลดไฟล์ส่วนขยาย Tellit - Supercharged ChatGPT Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Looking to enhance your website's SEO, marketing, or sales and support? Look no further than the Tellit for ChatGPT browser extension! With just one click, you can access a curated selection of ChatGPT prompts, specifically designed for SEO, SaaS, marketing, art, programming, and so much more.

Save countless hours and eliminate the need to retype your prompts over and over again. Tellit gives you tried and tested prompts from prompt professionals around the world.

These prompts can help optimize your website and boost its ranking on search engines, and have been endorsed by well-known SEO experts. You no longer need to struggle with engineering the perfect prompts - let the Tellit ChatGPT extension do the work for you.

What's more, you can now save your prompt templates for personal use or share them with the Tellit community. As a prompt template author, your name and a link will be prominently displayed next to the prompt, giving you the opportunity for recognition and more traffic to your website.

With this version of Tellit you have access to advanced filtering prompt categories, and searching capabilities, the ability share and create prompts, as well as the ability to like and find the most popular prompts others have shared on our platform.

Share with the community, learn from professionals, and save hours of time with Tellit - the ultimate Chat GPT extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tellit - Supercharged ChatGPT Tools Tellit - Supercharged ChatGPT Tools
ID jconiffjkpncigjlmjpfkffdfginlneh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tellit-supercharged-chatg/jconiffjkpncigjlmjpfkffdfginlneh
คำอธิบาย Supercharge ChatGPT and generate quality articles, SEO research, blog posts, YouTube scripts, and so much more.
ขนาดไฟล์ 341 KB
จำนวนการติดตั้ง 223
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2023-04-03
วันที่เผยแพร่ 2023-03-07
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Tellit
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tellit.ai
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Supercharge ChatGPT and generate quality articles, SEO research, blog posts, YouTube scripts, and so much more.",
    "version": "0.0.3",
    "manifest_version": 3,
    "name": "Tellit - Supercharged ChatGPT Tools",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "tellit",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/app.gpt-3.com\/*",
                "*:\/\/chat.openai.com\/*\/*"
            ],
            "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": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.chat.openai.com\/",
        "*:\/\/*.tellit.ai\/",
        "https:\/\/www.tellit.ai\/api\/auth\/session\/"
    ]
}