Toggle It ! - By OyeCode
Click to Toggle Developer Mode in VisualForce.
Toggle It ! - By OyeCodeとは何ですか?
Toggle It ! - By OyeCodeはhttps://www.oyecode.comによって開発されたChromeの拡張機能で、その主な機能は「Click to Toggle Developer Mode in VisualForce.」です。
拡張機能のスクリーンショット
Toggle It ! - By OyeCode拡張機能のCRXファイルをダウンロード
Toggle It ! - By OyeCode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
To debug javascript on visualforce page in Salesforce.com, quite often user have to turn off 'Development Mode' on and off. This application will let you toggle on/off in one click in and no time and makes life easy for your debug JavaScript on pages. The objective is to make life easy for developer and make a handy tool
拡張機能の基本情報
名前 | Toggle It ! - By OyeCode |
ID | cjpcmpioceijmelkgknddeiljogoakbl |
公式URL | https://chromewebstore.google.com/detail/toggle-it-by-oyecode/cjpcmpioceijmelkgknddeiljogoakbl |
説明 | Click to Toggle Developer Mode in VisualForce. |
ファイルサイズ | 8.33 KB |
インストール数 | 110 |
現在のバージョン | 3.0 |
最終更新日 | 2014-02-13 |
公開日 | 2014-02-12 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | https://www.oyecode.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.oyecode.com |
対応言語 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "upabove48.png" }, "description": "Click to Toggle Developer Mode in VisualForce.", "manifest_version": 2, "name": "Toggle It ! - By OyeCode", "shortname": "Toggle Salesforce DevMode", "permissions": [ "https:\/\/*.force.com\/", "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0" } |