Salesforce Flow Navigator

Adds a Flow name filter to Salesforce's Flow page

Salesforce Flow Navigatorคืออะไร?

Salesforce Flow Navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย msg.pelleg และคุณลักษณะหลักของมันคือ "Adds a Flow name filter to Salesforce's Flow page"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Flow Navigator

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

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

                        The Flow Filter for Salesforce is a simple and useful Chrome extension that adds a filtering feature to the Salesforce Flow page. With this extension, you can filter your Flows based on different criteria such as name, created date, or last modified date. This can help you save time and find the specific Flows you need more easily.                    

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

ชื่อ Salesforce Flow Navigator Salesforce Flow Navigator
ID gkladaobmalbjgnecilbajihgknfikdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-flow-navigator/gkladaobmalbjgnecilbajihgknfikdn
คำอธิบาย Adds a Flow name filter to Salesforce's Flow page
ขนาดไฟล์ 80.02 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-04-20
วันที่เผยแพร่ 2023-04-19
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา msg.pelleg
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Flow Navigator",
    "description": "Adds a Flow name filter to Salesforce's Flow page",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/lightning\/setup\/Flows\/home"
            ],
            "js": [
                "modal-index.js"
            ],
            "css": [
                "modal-index.css"
            ]
        }
    ],
    "icons": {
        "16": "resources\/icon16.png",
        "32": "resources\/icon32.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "modal-index.css",
                "modal-index.html",
                "resources\/*.png"
            ],
            "matches": [
                "https:\/\/*.lightning.force.com\/*"
            ]
        }
    ]
}