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”。
擴展截圖
下載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 |
ID | lojdmgdchjcfnmkmodggbaafecagllnh |
官方網址 | 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" } } } } |