Answer with Fini

Answer questions, anywhere.

Qu'est-ce que Answer with Fini ?

Answer with Fini est une extension Chrome développée par https://usefini.com, et sa fonction principale est "Answer questions, anywhere.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Answer with Fini

Téléchargez les fichiers d'extension Answer with Fini au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Answer with Fini Answer with Fini
ID jngdlmanpdoimiefimnhjaaginpolpgb
URL Officiel https://chromewebstore.google.com/detail/answer-with-fini/jngdlmanpdoimiefimnhjaaginpolpgb
Description Answer questions, anywhere.
Taille du Fichier 86.51 KB
Nombre d'Installations 94
Version Actuelle 0.0.3
Dernière Mise à Jour 2023-04-10
Date de Publication 2023-02-18
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://usefini.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.usefini.com
URL de la Page de Politique de Confidentialité https://www.usefini.com/company/legal
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}