PeopleGlass by People.ai

PeopleGlass is an effortless way for sales teams to access and update Salesforce

PeopleGlass by People.ai क्या है?

PeopleGlass by People.ai People.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PeopleGlass is an effortless way for sales teams to access and update Salesforce"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        PeopleGlass is an effortless way for sales teams to access and update Salesforce
PeopleGlass streamlines your workflow and makes you faster, more efficient, and more productive.

PeopleGlass is for anybody who spends way too much of their time entering or updating data in Salesforce. Our goal is to reduce your time spent on these workflows by over 90%.

⭐️ Modernize your pipeline experience with state-of-the-art sheets to manage your opportunities, accounts, and more
⭐️ Update opportunities, contacts, accounts, and more from anywhere inside your browser
⭐️ Share your sheets with others and use @mentions to call attention to items requiring immediate response 
⭐️ Start automating your workflows and repeated tasks

If you have any questions, email [email protected].                    

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

नाम PeopleGlass by People.ai PeopleGlass by People.ai
ID nljldpdlijecbfkakgblhobklpiogmfg
आधिकारिक URL https://chromewebstore.google.com/detail/peopleglass-by-peopleai/nljldpdlijecbfkakgblhobklpiogmfg
विवरण PeopleGlass is an effortless way for sales teams to access and update Salesforce
फ़ाइल का आकार 480 KB
स्थापना संख्या 2,531
वर्तमान संस्करण 7.0.4
अंतिम अपडेट 2023-08-04
प्रकाशन तिथि 2021-08-17
रेटिंग 4.70/5 कुल 10 रेटिंग्स
डेवलपर People.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://peopleglass.app/
सहायता पृष्ठ URL https://peopleglass.app/contact-us
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PeopleGlass by People.ai",
    "short_name": "PeopleGlass",
    "description": "PeopleGlass is an effortless way for sales teams to access and update Salesforce",
    "version": "7.0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        }
    },
    "icons": {
        "32": "glass-32.png",
        "48": "glass-48.png",
        "128": "glass-128.png",
        "180": "glass-180.png",
        "192": "glass-192.png",
        "512": "glass-512.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [],
    "externally_connectable": {
        "matches": []
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "PeopleGlass"
    },
    "chrome_url_overrides": {
        "newtab": "index.html#\/newtab"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkDON7+u+Mf\/CdVyseR\/dX7TEbDvNsQlVRGRxSju8n9f7BTKZ0769Gdd6+AlZd+2ZXK3BvOcO3BwQAi8LW0hv0SceuIZRwOBLvyKsjjXfEdLr+J2N8xErbCVCXVMlwJdr3n4sUnvtLOeLFCCJRGTVtyi80GxRC\/N9CoQ7Qn9zz9GLWLDOKhHTKLeMvviQQg\/ai4ZHBwrlJar\/bPX5vSeNw6SWrbWn2A20yBV\/7ZUh0XZbkN+\/l0wL+tCeWb+Rkr4nrUOKmEP62dAjFWNQkAfwX\/1uNTlXI+mLAEBgDdgFS1o5JuB9qIu\/FW\/0RRSVKLtFzAfnfQDW8d8qkkFHqDo55QIDAQAB"
}