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
电子邮箱 [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"
    ]
}