Ready (saved) answer
Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text
¿Qué es Ready (saved) answer?
Ready (saved) answer es una extensión de Chrome desarrollada por fenyaboot, y su función principal es "Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ready (saved) answer
Descarga archivos de extensión Ready (saved) answer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Ready (saved) answer |
ID | foinopkkglapdlndiokilmndmllnfhko |
URL Oficial | https://chromewebstore.google.com/detail/ready-saved-answer/foinopkkglapdlndiokilmndmllnfhko |
Descripción | Ready standard (quickly) saved answers to frequently asked questions. Adding answers with categories. Quick copying to the text |
Tamaño del Archivo | 45.4 KB |
Cantidad de Instalaciones | 264 |
Versión Actual | 0.1 |
Última Actualización | 2021-11-03 |
Fecha de Publicación | 2021-11-03 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | fenyaboot |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://ready-saved-answer.flycricket.io/privacy.html |
Idiomas Soportados | 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" } } |