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.”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | mdmcdbgcbamafkggllhiflibdcmnniei |
官方網址 | 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 } |