Answer with Fini

Answer questions, anywhere.

Τι είναι το Answer with Fini;

Το Answer with Fini είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://usefini.com, και η κύρια λειτουργία του είναι "Answer questions, anywhere.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Answer with Fini

Λήψη αρχείων επέκτασης Answer with Fini σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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": [
                ""
            ]
        }
    ]
}