CRM Science - Code & Query Keeper

Store and recall code snippets and SOQL queries!

Cos'è CRM Science - Code & Query Keeper?

CRM Science - Code & Query Keeper è un'estensione di Chrome sviluppata da CRM Science, e la sua funzione principale è "Store and recall code snippets and SOQL queries!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CRM Science - Code & Query Keeper

Scarica i file di estensione CRM Science - Code & Query Keeper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome CRM Science - Code & Query Keeper CRM Science - Code & Query Keeper
ID ompfmdgcdklgmoflfkojgmgipjciechk
URL Ufficiale https://chromewebstore.google.com/detail/crm-science-code-query-ke/ompfmdgcdklgmoflfkojgmgipjciechk
Descrizione Store and recall code snippets and SOQL queries!
Dimensione del File 628 KB
Conteggio Installazioni 37
Versione Corrente 1.0.6
Ultimo Aggiornamento 2014-07-30
Data di Pubblicazione 2014-07-29
Sviluppatore CRM Science
Tipo di Pagamento free
Lingue Supportate 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'" }