CRM Science - Code & Query Keeper

Store and recall code snippets and SOQL queries!

ما هو CRM Science - Code & Query Keeper؟

CRM Science - Code & Query Keeper هو إضافة Chrome تم تطويرها بواسطة CRM Science، والميزة الرئيسية لها هي "Store and recall code snippets and SOQL queries!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CRM Science - Code & Query Keeper

قم بتنزيل ملفات الامتداد CRM Science - Code & Query Keeper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" }