Force.com Quick Notes

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

什么是Force.com Quick Notes?

Force.com Quick Notes是由https://www.sfdcgems.com开发的Chrome扩展程序,该扩展的主要功能是“Extension provides slide out quick notes widget to save Org specific notes.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Force.com Quick Notes扩展crx文件

下载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
}