Gmail Pop Out Reply Default
Automatically opens the Pop Out Reply when clicking Reply, that's it.
Qu'est-ce que Gmail Pop Out Reply Default ?
Gmail Pop Out Reply Default est une extension Chrome développée par etnik29, et sa fonction principale est "Automatically opens the Pop Out Reply when clicking Reply, that's it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gmail Pop Out Reply Default
Téléchargez les fichiers d'extension Gmail Pop Out Reply Default 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
In Gmail: Opens the Pop Out Reply when clicking Reply. No information is collected.
Informations de Base sur l'Extension
Nom | Gmail Pop Out Reply Default |
ID | ogngkhlopjdkmfldjnhdinibcaffdnik |
URL Officiel | https://chromewebstore.google.com/detail/gmail-pop-out-reply-defau/ogngkhlopjdkmfldjnhdinibcaffdnik |
Description | Automatically opens the Pop Out Reply when clicking Reply, that's it. |
Taille du Fichier | 76.83 KB |
Nombre d'Installations | 94 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2023-06-18 |
Date de Publication | 2023-06-18 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | etnik29 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gmail Pop Out Reply Default", "description": "Automatically opens the Pop Out Reply when clicking Reply, that's it.", "version": "2.0.0", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icons.png", "48": "icons\/icons.png", "128": "icons\/icons.png" }, "default_title": "Gmail Pop Out Reply Default" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/mail\/*" ], "js": [ "content\/content.js" ] } ], "icons": { "16": "icons\/icons.png", "48": "icons\/icons.png", "128": "icons\/icons.png" }, "host_permissions": [ "https:\/\/mail.google.com\/*" ] } |