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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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
}