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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Store and recall code snippets and SOQL queries!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CRM Science - Code & Query Keeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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'" }