Whitelist All IPs for Salesforce
Whitelist All IPs for a Salesforce organization
Whitelist All IPs for Salesforce क्या है?
Whitelist All IPs for Salesforce https://raydehler.com/cloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Whitelist All IPs for a Salesforce organization"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Whitelist All IPs for Salesforce एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Salesforce has a great security model for 2 factor authentication and trusted systems. Sometimes, however, it can be onerous. If you want to ensure that a user can access Salesforce without requiring a verification code or security token, you need to "whitelist" their IP on Setup => Security Controls => Network Access. If you have a lot of IPs to whitelist, or you want to whitelist dynamic IPs, or you simply want to disregard this requirement altogether, enter this extension: Whitelist All IPs for Salesforce! Simply: 1) Enable this plugin 2) Navigate to Setup => Security Controls => Network Access in your Salesforce org (must be an Admin) 3) Click the Whitelist All IPs button 4) Wait! There is a progress indicator, it can take 30 seconds to 3 minutes depending on your connection. Huge credit to Moti Korets for his SFDC Debug Logs extension, which had this "hidden feature"(https://github.com/motiko/sfdc-debug-logs). By the way! This started as a homepage component, but the ability to run javascript in homepage components went away around Summer, 2015 -- hence the need for this extension.
एक्सटेंशन की मूल जानकारी
नाम | Whitelist All IPs for Salesforce |
ID | nnlnikmkkbpgioojghgojoejgcheilic |
आधिकारिक URL | https://chromewebstore.google.com/detail/whitelist-all-ips-for-sal/nnlnikmkkbpgioojghgojoejgcheilic |
विवरण | Whitelist All IPs for a Salesforce organization |
फ़ाइल का आकार | 12.68 KB |
स्थापना संख्या | 2,274 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2016-03-03 |
प्रकाशन तिथि | 2016-03-02 |
रेटिंग | 4.83/5 कुल 23 रेटिंग्स |
डेवलपर | https://raydehler.com/cloud |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whitelist All IPs for Salesforce", "version": "0.0.1", "manifest_version": 2, "author": "Ray Dehler", "icons": { "16": "16.jpg", "48": "48.jpg", "128": "128.jpg" }, "description": "Whitelist All IPs for a Salesforce organization", "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/05G*" ], "js": [ "sfdc.net.access.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ] } |