ORGanizer for Salesforce

ORGanizer - The best Salesforce Extension ever

ما هو ORGanizer for Salesforce؟

ORGanizer for Salesforce هو إضافة Chrome تم تطويرها بواسطة https://organizer.solutions، والميزة الرئيسية لها هي "ORGanizer - The best Salesforce Extension ever".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ORGanizer for Salesforce

قم بتنزيل ملفات الامتداد ORGanizer for Salesforce بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة http://organizer.solutions/faq.html
عنوان صفحة سياسة الخصوصية 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"
            }
        }
    }
}