Force.com Quick Notes

Extension provides slide out quick notes widget to save Org specific notes.

Force.com Quick Notesคืออะไร?

Force.com Quick Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sfdcgems.com และคุณลักษณะหลักของมันคือ "Extension provides slide out quick notes widget to save Org specific notes."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Force.com Quick Notes

ดาวน์โหลดไฟล์ส่วนขยาย Force.com Quick Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension provides slide out quick notes widget to save salesforce Org specific notes.
This extension use logged in user object to save notes data.
Current version is not secure, your administrator can see data.


// author: Ajay Singh Hada: http://facebook.com/ajay.hada || http://in.linkedin.com/pub/ajay-hada/10/3a7/379                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Force.com Quick Notes Force.com Quick Notes
ID mdmcdbgcbamafkggllhiflibdcmnniei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/forcecom-quick-notes/mdmcdbgcbamafkggllhiflibdcmnniei
คำอธิบาย Extension provides slide out quick notes widget to save Org specific notes.
ขนาดไฟล์ 59.48 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2014-05-11
วันที่เผยแพร่ 2014-05-11
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.sfdcgems.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Force.com Quick Notes",
    "description": "Extension provides slide out quick notes widget to save Org specific notes.",
    "version": "1.3",
    "permissions": [
        "http:\/\/*.salesforce.com\/*",
        "https:\/\/*.salesforce.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.salesforce.com\/*",
                "https:\/\/*.salesforce.com\/*"
            ],
            "js": [
                "\/js\/jquery-2.0.3.js",
                "\/js\/jquery.fseditor-min.js",
                "\/js\/jquery.tabSlideOut.v1.3.js",
                "\/js\/script.js"
            ],
            "css": [
                "\/css\/fseditor.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/images\/contact_tab.gif"
    ],
    "manifest_version": 2
}