I've a feeling we're not in a Sandbox anymore
Warns you that you are in a production instance of Salesforce with a noticable yellow banner
Τι είναι το I've a feeling we're not in a Sandbox anymore;
Το I've a feeling we're not in a Sandbox anymore είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.limitexception.com, και η κύρια λειτουργία του είναι "Warns you that you are in a production instance of Salesforce with a noticable yellow banner".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης I've a feeling we're not in a Sandbox anymore
Λήψη αρχείων επέκτασης I've a feeling we're not in a Sandbox anymore σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Of interest to Salesforce Developers and Administrators only. This utility places a warning yellow bar across the top of your Salesforce page and also changes the favicon when you are working on a production pod of salesforce (eg: na1, eu1, ap1).
Βασικές Πληροφορίες Επέκτασης
Όνομα | I've a feeling we're not in a Sandbox anymore |
ID | kagabgbcemdhfgefjnnpfnhfpednebbk |
Επίσημο URL | https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk |
Περιγραφή | Warns you that you are in a production instance of Salesforce with a noticable yellow banner |
Μέγεθος Αρχείου | 16.93 KB |
Αριθμός Εγκαταστάσεων | 764 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2015-07-09 |
Ημερομηνία Δημοσίευσης | 2015-07-09 |
Αξιολόγηση | 4.57/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | https://www.limitexception.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Steven Herod - http:\/\/limitexception.com\/", "short_name": "Toto", "name": "I've a feeling we're not in a Sandbox anymore", "description": "Warns you that you are in a production instance of Salesforce with a noticable yellow banner", "version": "1.0", "permissions": [ "webNavigation", "https:\/\/*\/" ], "background": { "scripts": [ "background.js", "prod_script.js" ], "persistent": false }, "browser_action": { "default_title": "Toto, I've a feeling we're not in a Sandbox anymore." }, "icons": { "128": "icon128.png" }, "manifest_version": 2 } |