Force.com Quick Notes

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

Was ist Force.com Quick Notes?

Force.com Quick Notes ist eine Chrome-Erweiterung, die von https://www.sfdcgems.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension provides slide out quick notes widget to save Org specific notes.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Force.com Quick Notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Force.com Quick Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Force.com Quick Notes Force.com Quick Notes
ID mdmcdbgcbamafkggllhiflibdcmnniei
Offizielle URL https://chromewebstore.google.com/detail/forcecom-quick-notes/mdmcdbgcbamafkggllhiflibdcmnniei
Beschreibung Extension provides slide out quick notes widget to save Org specific notes.
Dateigröße 59.48 KB
Installationsanzahl 11
Aktuelle Version 1.3
Letztes Update 2014-05-11
Veröffentlichungsdatum 2014-05-11
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.sfdcgems.com
Zahlungsart free
Unterstützte Sprachen 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
}