Gmail Pop Out Reply Default
Automatically opens the Pop Out Reply when clicking Reply, that's it.
What is Gmail Pop Out Reply Default?
Gmail Pop Out Reply Default is a Chrome extension developed by etnik29, and its main feature is "Automatically opens the Pop Out Reply when clicking Reply, that's it.".
Extension Screenshots
Download Gmail Pop Out Reply Default Extension CRX File
Download Gmail Pop Out Reply Default extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
In Gmail: Opens the Pop Out Reply when clicking Reply. No information is collected.
Extension Basic Information
Name | Gmail Pop Out Reply Default |
ID | ogngkhlopjdkmfldjnhdinibcaffdnik |
Official URL | https://chromewebstore.google.com/detail/gmail-pop-out-reply-defau/ogngkhlopjdkmfldjnhdinibcaffdnik |
Description | Automatically opens the Pop Out Reply when clicking Reply, that's it. |
File Size | 76.83 KB |
Installation Count | 94 |
Current Version | 2.0.0 |
Last Updated | 2023-06-18 |
Publish Date | 2023-06-18 |
Rating | 3.00/5 Total 2 Ratings |
Developer | etnik29 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |