Inspect and view changes in Mail Template Sender fs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Mail Template Sender",
"version": "1.0",
"description": "Pobiera email i nazwę firmy ze strony i tworzy maila z szablonem",
"permissions": [
"activeTab",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Wyślij maila z szablonu"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+M"
},
"description": "Wyślij maila z szablonu"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{79e61054-dc34-42e4-ad99-f5646a4310a9}"
}
}
} Best Mail Template Sender fs Alternatives
Here are some Firefox add-ons that are similar to Mail Template Sender fs: