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によって開発されたChromeの拡張機能で、その主な機能は「Sonar's Salesforce and Pardot explorer extension: Great for navigating your Salesforce and Pardot metadata with Sonar constantly by…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Sonar Web Extension拡張機能のCRXファイルをダウンロード

Sonar Web Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}