ORGanizer for Salesforce

ORGanizer - The best Salesforce Extension ever

什么是ORGanizer for Salesforce?

ORGanizer for Salesforce是由https://organizer.solutions开发的Chrome扩展程序,该扩展的主要功能是“ORGanizer - The best Salesforce Extension ever”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ORGanizer for Salesforce扩展crx文件

下载ORGanizer for Salesforce扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The ORGanizer Chrome Extension (BETA) lets you forget about your Salesforce.com® username and passwords and help you to recognize Salesforce.com® tabs on your browser.
With Salesforce ORGanizer you can:
- Store your frequently used accounts (basic encryption for password, details on the guide): username / password / login url / landing page
- Login an account on a new tab, window and window on incognito mode or get the full login URL for other browsers
- Change an ORG tab and title to instantly recognize which tab belongs to which ORG
- Use the built in Quick Link tool to quickly access your most used standard Salesforce links
- Create your personal ORG's quick link library to handle special links
- Use the Quick Links tool to make a global search or open a custom relative link (e.g. from a copied Salesforce ID) or login to another ORG
- Use the Quick Console right inside your Salesforce tab to have quick access to describe manager, queries, execute anonymous and other handy tools

More and more features to come in the next releases!

N.B. Ads are displayed in the free version on the popup and quick console. To remove ads purchase a license.                    

扩展基本信息

名称 ORGanizer for Salesforce ORGanizer for Salesforce
ID lojdmgdchjcfnmkmodggbaafecagllnh
官方URL https://chromewebstore.google.com/detail/organizer-for-salesforce/lojdmgdchjcfnmkmodggbaafecagllnh
简介 ORGanizer - The best Salesforce Extension ever
文件大小 1.38 MB
安装次数 86,821
当前版本 10000.0.9.52
更新时间 2023-08-09
上架时间 2020-03-16
评分 4.87/5 共225次评分
开发者 https://organizer.solutions
电子邮箱 [email protected]
付费类型 free
扩展官网 http://organizer.solutions/
帮助页面URL http://organizer.solutions/faq.html
隐私政策页面URL https://organizer.solutions/privacypolicy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ORGanizer for Salesforce",
    "short_name": "ORGanizer for Salesforce",
    "description": "ORGanizer - The best Salesforce Extension ever",
    "version": "10000.0.9.52",
    "author": "Enrico Murru",
    "homepage_url": "https:\/\/organizer.solutions\/",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.force.com\/*",
            "https:\/\/*.salesforce.com\/*",
            "https:\/\/*.cloudforce.com\/*",
            "https:\/\/*.visualforce.com\/*",
            "https:\/\/*.documentforce.com\/*",
            "https:\/\/*.salesforce-communities.com\/*"
        ]
    },
    "permissions": [
        "tabs",
        "alarms",
        "cookies",
        "storage",
        "activeTab",
        "scripting",
        "downloads",
        "identity",
        "identity.email",
        "unlimitedStorage",
        "clipboardRead"
    ],
    "host_permissions": [
        "https:\/\/*.googleapis.com\/",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.cloudforce.com\/*",
        "https:\/\/*.force.com\/*",
        "https:\/\/*.visualforce.com\/*",
        "https:\/\/*.documentforce.com\/*",
        "https:\/\/*.salesforce-communities.com\/*",
        "https:\/\/api.organizer.solutions\/*",
        "https:\/\/organizer.solutions\/*"
    ],
    "oauth2": {
        "client_id": "479769510625-mrl2d20quqctkpqased30kga1l5dindm.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "ORGanizer for Salesforce"
    },
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "libs\/jquery\/*",
                "libs\/bootstrap\/fonts\/*",
                "libs\/fontawesome\/fonts\/*",
                "options.html",
                "orglinks.html",
                "callback.html",
                "profiles.html",
                "resources\/*"
            ],
            "matches": [
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.cloudforce.com\/*",
                "https:\/\/*.visualforce.com\/*",
                "https:\/\/*.documentforce.com\/*",
                "https:\/\/*.salesforce-communities.com\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background-worker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.cloudforce.com\/*",
                "https:\/\/*.visualforce.com\/*",
                "https:\/\/*.documentforce.com\/*",
                "https:\/\/*.salesforce-communities.com\/*"
            ],
            "all_frames": true,
            "js": [
                "libs\/requirejs\/require-2.3.2.js",
                "libs\/jquery\/js\/jquery-3.4.1.min.js",
                "libs\/jquery\/js\/jquery-ui-1.12.2.min.js",
                "libs\/js\/modules\/global.js",
                "libs\/crypto\/crypto-js.js",
                "libs\/lz-string\/lz-string.min.js",
                "libs\/codemirror\/codemirror.js",
                "libs\/codemirror\/sql.js",
                "libs\/codemirror\/show-hint.js",
                "libs\/js\/modules\/codemirror-soql-hint.js",
                "libs\/js\/modules\/codemirror-formula-hint.js",
                "libs\/js\/modules\/popup-utils.js",
                "libs\/js\/modules\/sf-client.js",
                "libs\/js\/modules\/constants.js",
                "libs\/js\/modules\/changesets.js",
                "libs\/js\/modules\/changesets_v2.js",
                "libs\/js\/modules\/games-space-invaders.js",
                "libs\/js\/modules\/grootanizer.js",
                "libs\/js\/modules\/checkbox-utils.js",
                "libs\/js\/modules\/field-history.js",
                "libs\/js\/modules\/formula-editor.js",
                "libs\/blockrain\/blockrain.jquery.min.js",
                "libs\/js\/modules\/apis.js",
                "libs\/js\/modules\/lic-utl.js",
                "libs\/js\/modules\/code-coverage.js",
                "libs\/js\/modules\/whitelistips.js",
                "libs\/js\/iframe.js"
            ],
            "css": [
                "libs\/jquery\/css\/jquery-ui.1.11.2-ns.css",
                "libs\/bootstrap\/css\/bootstrap.min-ns.css",
                "libs\/bootstrap\/css\/bootstrap-dark.min-ns.css",
                "libs\/fontawesome\/css\/font-awesome.min.css",
                "libs\/js\/modules\/ui\/ui.css",
                "libs\/codemirror\/codemirror.css",
                "libs\/codemirror\/darcula.css",
                "libs\/codemirror\/show-hint.css",
                "libs\/datatables\/css\/dataTables.bootstrap.min.css",
                "libs\/json-viewer\/jquery.json-viewer.css",
                "libs\/blockrain\/blockrain.css",
                "libs\/css\/content.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.cloudforce.com\/*",
                "https:\/\/*.visualforce.com\/*",
                "https:\/\/*.documentforce.com\/*",
                "https:\/\/*.salesforce-communities.com\/*"
            ],
            "js": [
                "libs\/requirejs\/require-2.3.2.js",
                "libs\/jquery\/js\/jquery-3.4.1.min.js",
                "libs\/jquery\/js\/jquery-ui-1.12.2.min.js",
                "libs\/bootstrap\/js\/modal.js",
                "libs\/bootstrap\/js\/tab.js",
                "libs\/bootstrap\/js\/dropdown.js",
                "libs\/datatables\/js\/jquery.dataTables.min.js",
                "libs\/datatables\/js\/dataTables.bootstrap.min.js",
                "libs\/typeahead.js\/typeahead.bundle.js",
                "libs\/json-viewer\/jquery.json-viewer.js",
                "libs\/codemirror\/codemirror.js",
                "libs\/codemirror\/sql.js",
                "libs\/codemirror\/clike.js",
                "libs\/codemirror\/show-hint.js",
                "libs\/js\/modules\/codemirror-soql-hint.js",
                "libs\/js\/modules\/codemirror-formula-hint.js",
                "libs\/crypto\/crypto-js.js",
                "libs\/lz-string\/lz-string.min.js",
                "libs\/js\/modules\/global.js",
                "libs\/js\/modules\/constants.js",
                "libs\/js\/modules\/popup-utils.js",
                "libs\/js\/modules\/sf-client.js",
                "libs\/js\/modules\/quicklink.js",
                "libs\/js\/modules\/quicklogin.js",
                "libs\/js\/modules\/developer-console.js",
                "libs\/js\/modules\/ui\/ui-application.js",
                "libs\/js\/modules\/ui\/ui-utils.js",
                "libs\/js\/modules\/ui\/ui-tab.js",
                "libs\/js\/modules\/ui\/ui-tabmanager.js",
                "libs\/js\/modules\/ui\/ui-domwidget.js",
                "libs\/js\/modules\/console-plugins.js",
                "libs\/js\/modules\/changesets.js",
                "libs\/js\/modules\/changesets_v2.js",
                "libs\/js\/modules\/grootanizer.js",
                "libs\/js\/modules\/checkbox-utils.js",
                "libs\/js\/modules\/field-history.js",
                "libs\/js\/modules\/formula-editor.js",
                "libs\/js\/modules\/apis.js",
                "libs\/js\/modules\/lic-utl.js",
                "libs\/js\/modules\/code-coverage.js",
                "libs\/js\/modules\/whitelistips.js",
                "libs\/js\/contentscript.js",
                "libs\/js\/logger.js"
            ],
            "css": [
                "libs\/jquery\/css\/jquery-ui.1.11.2-ns.css",
                "libs\/bootstrap\/css\/bootstrap.min-ns.css",
                "libs\/bootstrap\/css\/bootstrap-dark.min-ns.css",
                "libs\/fontawesome\/css\/font-awesome.min.css",
                "libs\/js\/modules\/ui\/ui.css",
                "libs\/codemirror\/codemirror.css",
                "libs\/codemirror\/darcula.css",
                "libs\/codemirror\/show-hint.css",
                "libs\/datatables\/css\/dataTables.bootstrap.min.css",
                "libs\/json-viewer\/jquery.json-viewer.css",
                "libs\/css\/content.css"
            ]
        }
    ],
    "default_locale": "en",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    }
}