Force.com Quick Notes

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

Wat is Force.com Quick Notes?

Force.com Quick Notes is een Chrome-extensie ontwikkeld door https://www.sfdcgems.com, en de belangrijkste functie is "Extension provides slide out quick notes widget to save Org specific notes.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Force.com Quick Notes

Download Force.com Quick Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Force.com Quick Notes Force.com Quick Notes
ID mdmcdbgcbamafkggllhiflibdcmnniei
Officiële URL https://chromewebstore.google.com/detail/forcecom-quick-notes/mdmcdbgcbamafkggllhiflibdcmnniei
Beschrijving Extension provides slide out quick notes widget to save Org specific notes.
Bestandsgrootte 59.48 KB
Aantal Installaties 11
Huidige Versie 1.3
Laatst Bijgewerkt 2014-05-11
Publicatiedatum 2014-05-11
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.sfdcgems.com
Betalingswijze free
Ondersteunde Talen 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
}