Answer with Fini

Answer questions, anywhere.

Answer with Fini क्या है?

Answer with Fini https://usefini.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Answer questions, anywhere."।

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

screenshot

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

crx प्रारूप में Answer with Fini एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Answer with Fini is a Chrome extension that helps customer service agents respond to customer inquiries quickly and accurately. With Answer with Fini, agents can select the text of a customer inquiry and generate a response in just seconds. It eliminates the need for manual research and provides agents with access to freshly written replies tailored to the customer’s question. Answer with Fini simplifies customer service and improves the customer experience.                    

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

नाम Answer with Fini Answer with Fini
ID jngdlmanpdoimiefimnhjaaginpolpgb
आधिकारिक URL https://chromewebstore.google.com/detail/answer-with-fini/jngdlmanpdoimiefimnhjaaginpolpgb
विवरण Answer questions, anywhere.
फ़ाइल का आकार 86.51 KB
स्थापना संख्या 94
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2023-04-10
प्रकाशन तिथि 2023-02-18
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://usefini.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.usefini.com
गोपनीयता नीति पृष्ठ URL https://www.usefini.com/company/legal
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Answer with Fini",
    "version": "0.0.3",
    "description": "Answer questions, anywhere.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "options_page": "options.html",
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentscript.js",
                "jquery.slim.min.js",
                "bootstrap.bundle.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/app.usefini.com\/api\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "bootstrap.min.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}