One Click Salesforce Login
Enables you to login in SalesForce (Force.com) with one click.
什么是One Click Salesforce Login?
One Click Salesforce Login是由Sumit Banarji开发的Chrome扩展程序,该扩展的主要功能是“Enables you to login in SalesForce (Force.com) with one click.”。
扩展截图
下载One Click Salesforce Login扩展crx文件
下载One Click Salesforce Login扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension enables you to store multiple force.com credentials and login with one click.
扩展基本信息
名称 | |
ID | ckcjggdilfimmjnjmldgbbekigobcijn |
官方URL | https://chromewebstore.google.com/detail/one-click-salesforce-logi/ckcjggdilfimmjnjmldgbbekigobcijn |
简介 | Enables you to login in SalesForce (Force.com) with one click. |
文件大小 | 594 KB |
安装次数 | 1,698 |
当前版本 | 1.3.0 |
更新时间 | 2019-08-04 |
上架时间 | 2019-08-04 |
评分 | 4.97/5 共59次评分 |
开发者 | Sumit Banarji |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Click Salesforce Login", "version": "1.3.0", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "js\/jquery\/jquery.min.js", "js\/angular\/angular.min.js", "js\/script\/background.js" ] }, "incognito": "spanning", "description": "Enables you to login in SalesForce (Force.com) with one click.", "icons": { "16": "icons\/16-16.png", "48": "icons\/48-48.png", "128": "icons\/48-48.png" }, "omnibox": { "keyword": "yeah" }, "browser_action": { "default_icon": { "19": "icons\/19-19.png", "38": "icons\/38-38.png" }, "default_title": "Salesforce one click login", "default_popup": "popup.html" }, "short_name": "1 Click Salesforce Login", "author": "Sumit Banarji", "permissions": [ "storage", "https:\/\/*.salesforce.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |