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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Sonar Web Extension

Λήψη αρχείων επέκτασης 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"
    ]
}