Force.com Quick Notes

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

What is Force.com Quick Notes?

Force.com Quick Notes is a Chrome extension developed by https://www.sfdcgems.com, and its main feature is "Extension provides slide out quick notes widget to save Org specific notes.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Force.com Quick Notes Extension CRX File

Download Force.com Quick Notes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Force.com Quick Notes Force.com Quick Notes
ID mdmcdbgcbamafkggllhiflibdcmnniei
Official URL https://chromewebstore.google.com/detail/forcecom-quick-notes/mdmcdbgcbamafkggllhiflibdcmnniei
Description Extension provides slide out quick notes widget to save Org specific notes.
File Size 59.48 KB
Installation Count 11
Current Version 1.3
Last Updated 2014-05-11
Publish Date 2014-05-11
Rating 4.00/5 Total 1 Ratings
Developer https://www.sfdcgems.com
Payment Type free
Supported Languages 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
}