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"
} 최고의 FlexDeploy Actions 대안
다음은 FlexDeploy Actions과(와) 유사한 Firefox add-on입니다:
Microsoft Power Automate
Microsoft Corporation
Deployment Automation Tool
ben
Platypush
blacklight
ADO SmartActions
Gracjan Grala
Level up for Dynamics 365/Power Apps
Natraj
Microsoft Power Automate
Microsoft Corporation
HAR Export Trigger
Jan Odvarko
Service Fabric Explorer Helper
William O'Connor
Das Access extension
Das Access NativeMessaging
Jamf Extender
Jamf Concepts
Apidog Browser Extension
apidog.com
SalesForce Data Extractor
Stefano Fiori