By: Ayuv
Inspect and view changes in Deactivate_Automation_OG source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Deactivate_Automation_OG",
"version": "1.0",
"description": "This extension helps in deactivating the automation rules defined in ongage platform.",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"https://connect.ongage.net/*/automation_rules/index"
],
"js": [
"Automation.js"
]
},
{
"matches": [
"https://connect.ongage.net/*/transactional/index"
],
"js": [
"Transactional.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "developerayu@gmail.com",
"strict_min_version": "42.0"
}
}
} Best Deactivate_Automation_OG Alternatives
Here are some Firefox add-ons that are similar to Deactivate_Automation_OG: