CRM Science - Code & Query Keeper

Store and recall code snippets and SOQL queries!

CRM Science - Code & Query Keeperとは何ですか?

CRM Science - Code & Query KeeperはCRM Scienceによって開発されたChromeの拡張機能で、その主な機能は「Store and recall code snippets and SOQL queries!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

CRM Science - Code & Query Keeper拡張機能のCRXファイルをダウンロード

CRM Science - Code & Query Keeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 CRM Science - Code & Query Keeper CRM Science - Code & Query Keeper
ID ompfmdgcdklgmoflfkojgmgipjciechk
公式URL https://chromewebstore.google.com/detail/crm-science-code-query-ke/ompfmdgcdklgmoflfkojgmgipjciechk
説明 Store and recall code snippets and SOQL queries!
ファイルサイズ 628 KB
インストール数 37
現在のバージョン 1.0.6
最終更新日 2014-07-30
公開日 2014-07-29
開発者 CRM Science
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CRM Science - Code & Query Keeper",
    "version": "1.0.6",
    "description": "Store and recall code snippets and SOQL queries!",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to Enable
the Tools" }, "permissions": [ "tabs", "https:\/\/*\/*", "storage" ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.developerforce.com\/*" ], "js": [ "js\/jquery-1.8.3.js", "js\/connection.js", "js\/content_script.js", "js\/main.js", "js\/blog.js", "js\/ticker.js" ], "run_at": "document_idle", "css": [ "css\/style.css" ] } ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'" }