CRM Science - Admin Assistant

Various tools to help SFDC admins work more efficiently!

CRM Science - Admin Assistantとは何ですか?

CRM Science - Admin AssistantはCRM Scienceによって開発されたChromeの拡張機能で、その主な機能は「Various tools to help SFDC admins work more efficiently!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

CRM Science - Admin Assistant拡張機能のCRXファイルをダウンロード

CRM Science - Admin Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Experienced Chrome Extension users should use the direct link below to install the extension while those without experience may benefit from the additional extension installation and usage instructions in this package.

Save Time Creating and Modifying Profiles
Quick Mass Deletes!
Reduce Clicks Elsewhere in Salesforce.com
Here's a subset of the features included in v1.0:

Mass Delete: On List Views, you often have a series of records with checkboxes next to them. Natively, there is no "Delete" option that will wipe out the selected records with one click. This feature will delete any of the selected records.

Show Max Results: Show Max - on pages that list schema components like workflow rules, actions, and email templates, there is often a "Show More" link. This feature displays a maximum number of the possible results on one page with one click.

Chatter Chat: If Chatter is enabled in your org, a floating "Chat Window" appears in the bottom right hand corner of your screen. This can be turned on or off.

Various Profile Settings: At the field level, check or uncheck all of the "Visible" or "Read-Only" boxes. At the Object level, check or uncheck all of the CRUD/View All/Modify All boxes. For Tabs, quickly display or hide all tabs.                    

拡張機能の基本情報

名前 CRM Science - Admin Assistant CRM Science - Admin Assistant
ID oeinfjphgdddcbnhdalmaboomliefgph
公式URL https://chromewebstore.google.com/detail/crm-science-admin-assista/oeinfjphgdddcbnhdalmaboomliefgph
説明 Various tools to help SFDC admins work more efficiently!
ファイルサイズ 624 KB
インストール数 652
現在のバージョン 2.1
最終更新日 2017-03-23
公開日 2017-03-23
評価 4.00/5 合計 7 レビュー
開発者 CRM Science
支払い方法 free
対応言語 en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/connection.js",
                "js\/content_script.js",
                "js\/main.js",
                "js\/blog.js",
                "js\/ticker.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "description": "Various tools to help SFDC admins work more efficiently!",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxUteeOJO+Jthf\/aICWJP9tr0mck4tIh5sKdbqQUlSC\/n+R+UHgsZ8QUKa5WWRba5VfHhFOEroxRGr0a3vjS3t1bbohOF98T7P1N2gEPzAL8xVXKgfGn0I3mCEv+6gEme64KjeeaRXdy9VHkLnO5bmXN91wrxKg5Mq2OeS7FQWla19\/MLgj3VQz4immLpIoieFC7Qc\/3z8n1uylvD68dja2L5nqm1vcK9yXnw98OmF1pqNo9Y7hFHfatVy8B+nDufeIjVJ3Lak8APQy6iokF20\/shxYdfbrnSpXh49klyVhre25wqGoK7LkOEtbKOrP\/NCUSuYxAlAKnzBCb7LCwo8QIDAQAB",
    "manifest_version": 2,
    "name": "CRM Science - Admin Assistant",
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to Enable the Tools"
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1"
}