Transmate: AI-powered Bulk Translator

Transmate provide bulk document processing capability to ChatGPT and Poe.

Transmate: AI-powered Bulk Translator क्या है?

Transmate: AI-powered Bulk Translator https://transmate.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transmate provide bulk document processing capability to ChatGPT and Poe."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Transmate: AI-powered Bulk Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🚀 Transmate browser extension can be operated on websites like https://chat.openai.com and https://poe.com, and calls upon the site's language models to effortlessly handle bulk translations of your documents. 📚✍️🗃️

🌟 Key Features:
-------------------------------------------
1️⃣ One-click document upload: 
Say goodbye to manual operations! Upload your documents with just a single click.

2️⃣ Multiformat Support: 
From txt, md, pdf to docx, xlsx and beyond, we've got all your document formats covered.📑📃📄

3️⃣ Subtitle files Processing: 
Working on a subtitled project? Transmate helps you process subtitle files with ease. 🎬📽️

4️⃣ ePub eBooks Processing: 
Love eBooks? Transmate can handle epub eBooks too! 📖💻

5️⃣ Customize Prompts: 
Tailor your experience with customizable prompts. 🖊️🗒️

6️⃣ 100+ Languages: 
With support for over 100 natural languages, we're truly making translation a global affair. 🌍🌎🌏


Welcome to Transmate, where language isn't a barrier but a bridge to endless possibilities. Install today and experience global communication like never before! 💬🔗🌟                    

एक्सटेंशन की मूल जानकारी

नाम Transmate: AI-powered Bulk Translator Transmate: AI-powered Bulk Translator
ID lghfplkciemadbeobmddljkjabhjkcmm
आधिकारिक URL https://chromewebstore.google.com/detail/transmate-ai-powered-bulk/lghfplkciemadbeobmddljkjabhjkcmm
विवरण Transmate provide bulk document processing capability to ChatGPT and Poe.
फ़ाइल का आकार 851 KB
स्थापना संख्या 855
वर्तमान संस्करण 2.8.17
अंतिम अपडेट 2023-10-10
प्रकाशन तिथि 2023-05-02
रेटिंग 3.50/5 कुल 4 रेटिंग्स
डेवलपर https://transmate.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://transmate.ai
गोपनीयता नीति पृष्ठ URL https://transmate.ai/privacy
समर्थित भाषाएँ de,en,fr,es,it,pl,pt-BR,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Transmate: AI-powered Bulk Translator",
    "description": "Transmate provide bulk document processing capability to ChatGPT and Poe.",
    "default_locale": "en",
    "version": "2.8.17",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "scripting",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/transmate.ai\/*",
        "https:\/\/poe.com\/*",
        "https:\/\/www.dropbox.com\/*",
        "ws:\/\/*\/*",
        "wss:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/transmate.ai\/*",
                "https:\/\/poe.com\/*",
                "https:\/\/www.dropbox.com\/*"
            ],
            "js": [
                "content_script.js",
                "injected.js",
                "dropins.js"
            ],
            "css": [
                "content_script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "main.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "injected.js",
                "dropins.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}