CRM Science - Code & Query Keeper

Store and recall code snippets and SOQL queries!

Wat is CRM Science - Code & Query Keeper?

CRM Science - Code & Query Keeper is een Chrome-extensie ontwikkeld door CRM Science, en de belangrijkste functie is "Store and recall code snippets and SOQL queries!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CRM Science - Code & Query Keeper

Download CRM Science - Code & Query Keeper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam CRM Science - Code & Query Keeper CRM Science - Code & Query Keeper
ID ompfmdgcdklgmoflfkojgmgipjciechk
Officiële URL https://chromewebstore.google.com/detail/crm-science-code-query-ke/ompfmdgcdklgmoflfkojgmgipjciechk
Beschrijving Store and recall code snippets and SOQL queries!
Bestandsgrootte 628 KB
Aantal Installaties 37
Huidige Versie 1.0.6
Laatst Bijgewerkt 2014-07-30
Publicatiedatum 2014-07-29
Ontwikkelaar CRM Science
Betalingswijze free
Ondersteunde Talen 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'" }