SalesForce Id Lookup
This extension will Take a SalesForce Id and open up the actual record in SalesForce
SalesForce Id Lookup क्या है?
SalesForce Id Lookup https://moshekarmel.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will Take a SalesForce Id and open up the actual record in SalesForce"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SalesForce Id Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enter a Salesforce Id into the textbox and it will open the record in Salesforce. You can enter your Org Instance on the options page. Defaults are Production => "na13" and Testing => "cs16".
एक्सटेंशन की मूल जानकारी
नाम | SalesForce Id Lookup |
ID | enkbgagpjeooofnjhijhoedoghfleipp |
आधिकारिक URL | https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp |
विवरण | This extension will Take a SalesForce Id and open up the actual record in SalesForce |
फ़ाइल का आकार | 7.81 KB |
स्थापना संख्या | 395 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2015-06-05 |
प्रकाशन तिथि | 2015-06-05 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://moshekarmel.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SalesForce Id Lookup", "description": "This extension will Take a SalesForce Id and open up the actual record in SalesForce", "version": "1.3", "browser_action": { "default_icon": "cloud_icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [] } |