Sonar Web Extension

Sonar's Salesforce and Pardot explorer extension: Great for navigating your Salesforce and Pardot metadata with Sonar constantly by…

Sonar Web Extension क्या है?

Sonar Web Extension https://sonarsoftware.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sonar's Salesforce and Pardot explorer extension: Great for navigating your Salesforce and Pardot metadata with Sonar constantly by…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sonar Web Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Sonar's Salesforce and Pardot explorer extension: Great for navigating your Salesforce and Pardot metadata with Sonar constantly by your side. Sonar imports, parses, and visualizes the downstream impacts of changes to the configuration of your Salesforce and Pardot instances. The Sonar chrome extension enables Sales Operations and Marketing Operations professionals to work together in one application. Never make a breaking change again!                    

एक्सटेंशन की मूल जानकारी

नाम Sonar Web Extension Sonar Web Extension
ID fokbnkfoelnflbnjgfgmbmedhijloick
आधिकारिक URL https://chromewebstore.google.com/detail/sonar-web-extension/fokbnkfoelnflbnjgfgmbmedhijloick
विवरण Sonar's Salesforce and Pardot explorer extension: Great for navigating your Salesforce and Pardot metadata with Sonar constantly by…
फ़ाइल का आकार 6.47 MB
स्थापना संख्या 664
वर्तमान संस्करण 1.1.8
अंतिम अपडेट 2022-11-03
प्रकाशन तिथि 2021-01-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://sonarsoftware.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sonarsoftware.com
सहायता पृष्ठ URL https://sonarsoftware.zendesk.com/hc/en-us/
गोपनीयता नीति पृष्ठ URL https://www.sonarsoftware.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "http:\/\/json.schemastore.org\/chrome-manifest",
    "manifest_version": 2,
    "name": "Sonar Web Extension",
    "author": "Sonar Software",
    "version": "1.1.8",
    "description": "",
    "icons": {
        "16": "png\/16.png",
        "48": "png\/48.png",
        "128": "png\/128.png"
    },
    "browser_action": {
        "default_icon": "png\/logo512.png",
        "default_popup": "popup.html",
        "default_title": "Sonar Web Extension"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*:\/\/preview.pardot.com\/*"
            ],
            "match_about_blank": true,
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "http:\/\/localhost:3000\/*",
                "http:\/\/*.localhost:3000\/*",
                "https:\/\/*.seesonar.com\/*",
                "https:\/\/*.staging-seesonar.com\/*",
                "https:\/\/*.pardot.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src-elem 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.salesforce.com\/*"
        ]
    },
    "web_accessible_resources": [
        "png\/logo.png",
        "popup.html",
        "png\/48.png",
        "pardot-sync.html"
    ],
    "permissions": [
        "http:\/\/*.localhost:3000",
        "http:\/\/localhost:3000",
        "https:\/\/*.seesonar.com\/*",
        "https:\/\/*.pardot.com\/*",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ]
}