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 là gì?
I've a feeling we're not in a Sandbox anymore là một tiện ích mở rộng Chrome được phát triển bởi https://www.limitexception.com, và tính năng chính của nó là "Warns you that you are in a production instance of Salesforce with a noticable yellow banner".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng I've a feeling we're not in a Sandbox anymore
Tải xuống các tệp mở rộng I've a feeling we're not in a Sandbox anymore dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | I've a feeling we're not in a Sandbox anymore |
ID | kagabgbcemdhfgefjnnpfnhfpednebbk |
URL Chính Thức | https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk |
Mô tả | Warns you that you are in a production instance of Salesforce with a noticable yellow banner |
Kích Thước Tệp | 16.93 KB |
Số Lần Cài Đặt | 764 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-07-09 |
Ngày Phát Hành | 2015-07-09 |
Đánh Giá | 4.57/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://www.limitexception.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |