CRM Science - Code & Query Keeper

Store and recall code snippets and SOQL queries!

CRM Science - Code & Query Keeper là gì?

CRM Science - Code & Query Keeper là một tiện ích mở rộng Chrome được phát triển bởi CRM Science, và tính năng chính của nó là "Store and recall code snippets and SOQL queries!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CRM Science - Code & Query Keeper

Tải xuống các tệp mở rộng CRM Science - Code & Query Keeper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CRM Science - Code & Query Keeper CRM Science - Code & Query Keeper
ID ompfmdgcdklgmoflfkojgmgipjciechk
URL Chính Thức https://chromewebstore.google.com/detail/crm-science-code-query-ke/ompfmdgcdklgmoflfkojgmgipjciechk
Mô tả Store and recall code snippets and SOQL queries!
Kích Thước Tệp 628 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2014-07-30
Ngày Phát Hành 2014-07-29
Nhà Phát Triển CRM Science
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'" }