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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } } } |