Ready (saved) answer

Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text

Qu'est-ce que Ready (saved) answer ?

Ready (saved) answer est une extension Chrome développée par fenyaboot, et sa fonction principale est "Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ready (saved) answer

Téléchargez les fichiers d'extension Ready (saved) answer 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

                        Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quickly copy saved sentences to the text of a letter, messenger, form, and anywhere.
The extension records responses in the Google Chrome storage with Google account synchronization. It does not use a remote server, but only your browser. It is free and will always be free.                    

Informations de Base sur l'Extension

Nom Ready (saved) answer Ready (saved) answer
ID foinopkkglapdlndiokilmndmllnfhko
URL Officiel https://chromewebstore.google.com/detail/ready-saved-answer/foinopkkglapdlndiokilmndmllnfhko
Description Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text
Taille du Fichier 45.4 KB
Nombre d'Installations 264
Version Actuelle 0.1
Dernière Mise à Jour 2021-11-03
Date de Publication 2021-11-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur fenyaboot
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://ready-saved-answer.flycricket.io/privacy.html
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "0.1",
    "description": "__MSG_description__",
    "action": {
        "default_icon": {
            "16": "\/ico\/16.png",
            "32": "\/ico\/32.png",
            "48": "\/ico\/48.png",
            "128": "\/ico\/128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/ico\/16.png",
        "32": "\/ico\/32.png",
        "48": "\/ico\/48.png",
        "128": "\/ico\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    }
}