Por: Flexagon
Inspect and view changes in FlexDeploy Actions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"description": "A browser extension for sending webhooks to FlexDeploy",
"version": "3.0.0",
"icons": {
"16": "icons/FlexagonIcon16x16.png",
"48": "icons/FlexagonIcon48x48.png",
"128": "icons/FlexagonIcon128x128.png"
},
"permissions": [
"tabs",
"activeTab",
"scripting"
],
"host_permissions": [
"*://*/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; child-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"*://*/*"
]
}
],
"action": {
"default_popup": "www/index.html#/send",
"default_title": "FlexDeploy Webhook Extension"
},
"content_scripts": [
{
"all_frames": false,
"matches": [
"<all_urls>"
],
"include_globs": [
"*integration*ocp.oraclecloud.com/*",
"*analytics*ocp.oraclecloud.com/*"
],
"js": [
"content-script.js"
],
"css": [
"assets/content.css"
]
},
{
"exclude_globs": [
"*integration*ocp.oraclecloud.com/*",
"*analytics*ocp.oraclecloud.com/*"
],
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"css": [
"assets/content.css"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"windows": "Ctrl+Shift+E",
"mac": "MacCtrl+Shift+E"
},
"description": "Opens popup"
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{a6a163ac-8d61-499e-8052-9e518bb0c8db}"
}
},
"name": "FlexDeploy Webhook Extension",
"short_name": "FlexDeploy Webhook Extension"
} Mejores alternativas FlexDeploy Actions
Aquí hay algunas Firefox add-ons que son similares a FlexDeploy Actions:
Microsoft Power Automate
Microsoft Corporation
Deployment Automation Tool
ben
Platypush
blacklight
Microsoft Power Automate
Microsoft Corporation
Level up for Dynamics 365/Power Apps
Natraj
HAR Export Trigger
Jan Odvarko
Das Access extension
Das Access NativeMessaging
Apidog Browser Extension
apidog.com
SalesForce Data Extractor
Stefano Fiori