By: Sam Karaca Add-on
Inspect and view changes in Monday.com Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Monday.com Inspector",
"short_name": "monday.inspector",
"version": "1.5.4",
"description": "Inspect, query, edit, and bulk manage Monday.com boards. GraphQL editor, schema viewer, import/export, and more.",
"author": "Fruition Services",
"homepage_url": "https://mondayinspector.eu",
"browser_specific_settings": {
"gecko": {
"id": "monday-inspector@fruitionservices.io",
"strict_min_version": "121.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"https://*.monday.com/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "background/index.js",
"scripts": [
"background/index.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"https://*.monday.com/*"
],
"js": [
"content/index.js"
],
"css": [
"content/inject.css"
],
"run_at": "document_idle"
}
],
"action": {
"default_popup": "src/popup/index.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"src/query/index.html",
"src/import/index.html"
],
"matches": [
"https://*.monday.com/*"
]
}
]
} Best Monday.com Inspector Alternatives
Here are some Firefox add-ons that are similar to Monday.com Inspector:
GraphQL-Inspect
lokmeinmatz
Salesforce Inspector Advanced
Olivier Dufour
Apollo Inspector
DevDelta
Website Inspector
Waliul Awal Taha
Salesforce Inspector Pro
Raihan Khan
Schema Preview
Damian
SEO Inspector
Firefox user 13268691
DevScope - Developer Diagnostics
POLPROG
SEO Inspector
Alanas
GraphQL Network Inspector
warrenjday
Salesforce inspector
Jesper Kristensen
Apollo Client Devtools
Apollo Team