ORGanizer for Salesforce
ORGanizer - The best Salesforce Extension ever
ORGanizer for Salesforce là gì?
ORGanizer for Salesforce là một tiện ích mở rộng Chrome được phát triển bởi https://organizer.solutions, và tính năng chính của nó là "ORGanizer - The best Salesforce Extension ever".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ORGanizer for Salesforce
Tải xuống các tệp mở rộng ORGanizer for Salesforce dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ORGanizer for Salesforce |
ID | lojdmgdchjcfnmkmodggbaafecagllnh |
URL Chính Thức | https://chromewebstore.google.com/detail/organizer-for-salesforce/lojdmgdchjcfnmkmodggbaafecagllnh |
Mô tả | ORGanizer - The best Salesforce Extension ever |
Kích Thước Tệp | 1.38 MB |
Số Lần Cài Đặt | 86,821 |
Phiên Bản Hiện Tại | 10000.0.9.52 |
Cập Nhật Lần Cuối | 2023-08-09 |
Ngày Phát Hành | 2020-03-16 |
Đánh Giá | 4.87/5 Tổng số 225 Đánh Giá |
Nhà Phát Triển | https://organizer.solutions |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://organizer.solutions/ |
URL Trang Trợ Giúp | http://organizer.solutions/faq.html |
URL Trang Chính Sách Bảo Mật | https://organizer.solutions/privacypolicy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |