Salesforce AutoSave for Chrome

Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!

Salesforce AutoSave for Chromeคืออะไร?

Salesforce AutoSave for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jasminepm.com และคุณลักษณะหลักของมันคือ "Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce AutoSave for Chrome

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

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

                        Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!                    

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

ชื่อ Salesforce AutoSave for Chrome Salesforce AutoSave for Chrome
ID pnljhjfjimjfhfphkgcglligacaldcem
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/salesforce-autosave-for-c/pnljhjfjimjfhfphkgcglligacaldcem
คำอธิบาย Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!
ขนาดไฟล์ 86.75 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2015-12-12
วันที่เผยแพร่ 2015-12-12
ผู้พัฒนา http://jasminepm.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce AutoSave for Chrome",
    "description": "Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!",
    "version": "0.2",
    "icons": {
        "16": "images\/jasmine_16.png",
        "48": "images\/jasmine_48.png",
        "128": "images\/jasmine_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*\/e*",
                "https:\/\/*.cloudforce.com\/*\/e*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jaz.content.script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.salesforce.com\/*\/e*",
        "https:\/\/*.cloudforce.com\/*\/e*"
    ],
    "options_page": "options.html"
}