Maven Tools for Salesforce

One tool to rule them all! An ever-growing collection of Salesforce developer tools.

Maven Tools for Salesforceคืออะไร?

Maven Tools for Salesforce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maven Mule และคุณลักษณะหลักของมันคือ "One tool to rule them all! An ever-growing collection of Salesforce developer tools."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Maven Tools for Salesforce

ดาวน์โหลดไฟล์ส่วนขยาย Maven Tools for Salesforce ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Uniquely architectured for Salesforce technical consultants, Maven Tools transforms how Salesforce implementations are being delivered. It offers features like an intelligent query editor, REST console, event hub and many more, giving you the power to deliver changes more quickly and effectively.

**************************** 📣 v1.4.5 📣************************************

📖 Documentation
▸ Read our documentation : https://docs.mavenmule.com/maven-tools
▸ Read our release notes : https://docs.mavenmule.com/maven-tools/release/release-1-4-5

📨 Support
▸ Go to our service desk to get technical support, or to report bugs 
and suggest improvements : https://mavenmule.atlassian.net/servicedesk/customer/portal/6                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Maven Tools for Salesforce Maven Tools for Salesforce
ID kgookdjjmmekebgdecakmblghjgiaoem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/maven-tools-for-salesforc/kgookdjjmmekebgdecakmblghjgiaoem
คำอธิบาย One tool to rule them all! An ever-growing collection of Salesforce developer tools.
ขนาดไฟล์ 28.04 MB
จำนวนการติดตั้ง 7,637
เวอร์ชันปัจจุบัน 1.4.5
อัปเดตครั้งล่าสุด 2024-02-10
วันที่เผยแพร่ 2020-12-09
คะแนน 4.82/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา Maven Mule
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mavenmule.com/
URL หน้าช่วยเหลือ https://mavenmule.atlassian.net/servicedesk/customer/portal/6
URL หน้านโยบายความเป็นส่วนตัว https://docs.mavenmule.com/maven-tools/general-conditions
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maven Tools for Salesforce",
    "description": "One tool to rule them all! An ever-growing collection of Salesforce developer tools.",
    "author": "Maven Mule",
    "action": {
        "default_title": "Maven Tools",
        "default_icon": {
            "16": "Assets\/images\/icon_small_16.png",
            "48": "Assets\/images\/icon_small_48.png"
        }
    },
    "icons": {
        "16": "Assets\/images\/icon_small_16.png",
        "48": "Assets\/images\/icon_small_48.png",
        "128": "Assets\/images\/icon_small_128.png"
    },
    "devtools_page": ".\/devtools.html",
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "background",
        "storage",
        "tabs",
        "cookies",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "unlimitedStorage",
        "offscreen",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/*.lightning.force.com\/*",
        "https:\/\/*.my.salesforce.com\/*",
        "https:\/\/*.force.com\/*",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.salesforceliveagent.com\/*",
        "https:\/\/*.visualforce.com\/*",
        "https:\/\/*.documentforce.com\/*",
        "https:\/\/*.lightning.com\/*",
        "https:\/\/*.salesforce-communities\/*",
        "https:\/\/*.forceusercontent.com\/*",
        "https:\/\/*.forcesslreports.com\/*",
        "https:\/\/*.salesforce-hub.com\/*",
        "https:\/\/maventoolsstorage--test.azurewebsites.net\/*",
        "https:\/\/maventoolsstorage--prod.azurewebsites.net\/*",
        "https:\/\/maventoolsstorage--dev.azurewebsites.net\/*",
        "https:\/\/maventoolsstorage--sandbox.azurewebsites.net\/*"
    ],
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.my.salesforce.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.force.com\/_ui\/common\/apex\/debug\/*",
                "https:\/\/*.my.salesforce.com\/_ui\/common\/apex\/debug\/*",
                "https:\/\/*.my.salesforce.com\/_ui\/identity\/*",
                "https:\/\/*.my.salesforce.com\/_ui\/system\/security\/*",
                "https:\/\/*.my.salesforce.com\/setup\/secur\/*",
                "https:\/\/*.my.salesforce.com\/secur\/*",
                "https:\/\/test.salesforce.com\/",
                "https:\/\/login.salesforce.com\/",
                "https:\/\/*.my.salesforce.com\/loginflow\/*"
            ],
            "exclude_globs": [
                "*salesforce.com\/#\/*"
            ],
            "js": [
                ".\/contentScripts\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "devtools.html",
                "views\/devtools-panel.html",
                "Assets\/fonts\/webfonts\/*",
                "Assets\/images\/*"
            ],
            "matches": [
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.my.salesforce.com\/*",
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.salesforceliveagent.com\/*",
                "https:\/\/*.visualforce.com\/*",
                "https:\/\/*.documentforce.com\/*",
                "https:\/\/*.lightning.com\/*",
                "https:\/\/*.salesforce-communities\/*",
                "https:\/\/*.forceusercontent.com\/*",
                "https:\/\/*.forcesslreports.com\/*",
                "https:\/\/*.salesforce-hub.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "commands": {
        "menu_overlay_open_search": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "windows": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            },
            "description": "Menu Overlay Open Search"
        },
        "menu_overlay_auto_position": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P",
                "windows": "Ctrl+Shift+P",
                "linux": "Ctrl+Shift+P"
            },
            "description": "Menu Overlay Auto Position"
        },
        "menu_overlay_enable_disable": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X",
                "windows": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X"
            },
            "description": "Menu Overlay Enable\/Disable"
        }
    },
    "version": "1.4.5"
}