Salesforce Production Warning

Add a border on Screen to notify the environment that be operating is Production!

Salesforce Production Warning क्या है?

Salesforce Production Warning Kealsalas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a border on Screen to notify the environment that be operating is Production!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Help Salesforce Developers and Admins to distinguish Sandbox and Production easily by border page red.

Release Note v1.6.1
Adjust User Guide and Put a link about privacy policy. No new feature.

Add setting samples for lightning and lightning sandbox
Add privay policy link
update years on footer

Release Note v1.6.0
Add an excellent new feature, Translucent diagonal stripe overlay effect! Default OFF, switch ON if a stronger hint is required.
*Thanks to @jdrbc for update this version.

Release Note v1.5.6
Add support for new instance name [usa][ind]

Release Note v1.5.5
Fix regex for special case.
Add Support for instance name [um]

Release Note v1.5.4
Add Support for VF new domain.
Add change icon feature. Default OFF. Tab Icons's color will change when swtich ON.

Release Note v1.5.3
Fix border position and coloring.
*Thanks to @ScottWalkerAU for update this version.

Release Note v1.5.2
Fix some bugs.

Release Note v1.5.1
Fix some bugs.
In order to protect Full Sandbox. Add Sandbox support.

Release Note v1.5

  Add Custom Domain Support
  Add Lightning Support

Release Note v1.3

  Add support for VF page.

Release Node v1.2:

  Add support for the instance number that over 100.                    

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

नाम Salesforce Production Warning Salesforce Production Warning
ID ifmhcncdlalfeogfoabkgojlfffdimpo
आधिकारिक URL https://chromewebstore.google.com/detail/salesforce-production-war/ifmhcncdlalfeogfoabkgojlfffdimpo
विवरण Add a border on Screen to notify the environment that be operating is Production!
फ़ाइल का आकार 19.96 KB
स्थापना संख्या 1,329
वर्तमान संस्करण 1.6.1
अंतिम अपडेट 2023-04-19
प्रकाशन तिथि 2020-04-26
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर Kealsalas
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Kealthals/SalesforceProductionWarning-Chrome
गोपनीयता नीति पृष्ठ URL https://blog.keal.us/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salesforce Production Warning",
    "version": "1.6.1",
    "description": "Add a border on Screen to notify the environment that be operating is Production!",
    "icons": {
        "16": "icons\/favicon.png",
        "48": "icons\/favicon48.png",
        "128": "icons\/favicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.visual.force.com\/*",
                "*:\/\/*.lightning.force.com\/*",
                "*:\/\/*.visualforce.com\/*"
            ],
            "js": [
                "border.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/favicon.png",
        "default_title": "SPWSettings",
        "default_popup": "popup\/action.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}