Launch It ! - By OyeCode
Click to Launch Salesforce 1 Application.
什么是Launch It ! - By OyeCode?
Launch It ! - By OyeCode是由Harshit Pandey开发的Chrome扩展程序,该扩展的主要功能是“Click to Launch Salesforce 1 Application.”。
扩展截图
下载Launch It ! - By OyeCode扩展crx文件
下载Launch It ! - By OyeCode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
One click launcher for Salesforce 1 platform - useful for Salesforce and Force.com platform Joshua Birk from Salesforce.com had also developed an application to that launch Salesforce 1 in new window check this out as well https://chrome.google.com/webstore/detail/salesforce1-demo/kalbgfbifcaigjnkgagbeimcflnaijmc Try Toggle it - to toggle developer mode in Salesforce ON/OFF https://chrome.google.com/webstore/detail/toggle-it-by-oyecode/cjpcmpioceijmelkgknddeiljogoakbl
扩展基本信息
名称 | Launch It ! - By OyeCode |
ID | ccbigdfmdgjfelngnjfooccehmpfgapi |
官方URL | https://chromewebstore.google.com/detail/launch-it-by-oyecode/ccbigdfmdgjfelngnjfooccehmpfgapi |
简介 | Click to Launch Salesforce 1 Application. |
文件大小 | 123 KB |
安装次数 | 255 |
当前版本 | 3.0 |
更新时间 | 2014-02-25 |
上架时间 | 2014-02-25 |
评分 | 4.75/5 共4次评分 |
开发者 | Harshit Pandey |
付费类型 | free |
扩展官网 | http://www.oyecode.com |
支持的语言 | en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "upabove48.png" }, "description": "Click to Launch Salesforce 1 Application.", "manifest_version": 2, "name": "Launch It ! - By OyeCode", "shortname": "Launch Salesforce 1 Application in one click", "permissions": [ "https:\/\/*.force.com\/", "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0" } |