Advanced Salesforce inspector

Inspired by Salesforce inspector but with more tools to help manage your org.

Advanced Salesforce inspectorคืออะไร?

Advanced Salesforce inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tailwind ltd และคุณลักษณะหลักของมันคือ "Inspired by Salesforce inspector but with more tools to help manage your org."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Note: This extension is under active development and may contain bugs. If you are interested in becoming a beta tester please contact us at: [email protected].

Advanced Salesforce inspector automatically tracks activity in your Salesforce org!
Manage your users, profiles and permissions without having to open yet another setup tab.
 
See who is online in your Salesforce org and at what time they logged in.

Love the old "Api fields extension" for salesforce classic? Well get this extension and have the same functionality in Lightning now!

The best Dark mode you can get. Enable Dark mode and experience Salesforce in a Dark room while also saving some ibuprofen money!

This is just the beginning. Advanced Inspector for Salesforce is still under active development and many more features are still to come.                    

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

ชื่อ Advanced Salesforce inspector Advanced Salesforce inspector
ID gbgglmnddogekbhgcdoloiclnhblfoik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/advanced-salesforce-inspe/gbgglmnddogekbhgcdoloiclnhblfoik
คำอธิบาย Inspired by Salesforce inspector but with more tools to help manage your org.
ขนาดไฟล์ 643 KB
จำนวนการติดตั้ง 3,405
เวอร์ชันปัจจุบัน 0.0.44
อัปเดตครั้งล่าสุด 2021-03-29
วันที่เผยแพร่ 2021-01-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Tailwind ltd
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://adminagents.ai/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Advanced Salesforce inspector",
    "description": "Inspired by Salesforce inspector but with more tools to help manage your org.",
    "version": "0.0.44",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "https:\/\/*.lightning.force.com\/*",
        "https:\/\/*.salesforce.com\/*",
        "cookies"
    ],
    "optional_permissions": [
        "https:\/\/snapshots.admintoolset.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lightning.force.com\/**"
            ],
            "css": [],
            "js": [
                "scripts\/lex.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "pages\/*.html",
        "media\/*.svg"
    ]
}