Ready (saved) answer
Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text
Cos'è Ready (saved) answer?
Ready (saved) answer è un'estensione di Chrome sviluppata da fenyaboot, e la sua funzione principale è "Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ready (saved) answer
Scarica i file di estensione Ready (saved) answer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Ready (saved) answer |
ID | foinopkkglapdlndiokilmndmllnfhko |
URL Ufficiale | https://chromewebstore.google.com/detail/ready-saved-answer/foinopkkglapdlndiokilmndmllnfhko |
Descrizione | Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text |
Dimensione del File | 45.4 KB |
Conteggio Installazioni | 264 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2021-11-03 |
Data di Pubblicazione | 2021-11-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | fenyaboot |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://ready-saved-answer.flycricket.io/privacy.html |
Lingue Supportate | 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" } } |