Salesforce DevsForce
Powerful Salesforce develop tools used to backup data, download and deploy metadata, and run tests automatically, etc.
¿Qué es Salesforce DevsForce?
Salesforce DevsForce es una extensión de Chrome desarrollada por YOSHIKUNI, y su función principal es "Powerful Salesforce develop tools used to backup data, download and deploy metadata, and run tests automatically, etc.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Salesforce DevsForce
Descarga archivos de extensión Salesforce DevsForce en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
############################################# Salesforce DevsForce v60.0.0 ############################################# SFDX(Salesforce DX) Develop Support Tools #1 Securely manage your Salesforce Account ・Support to authorize your Salesforce Account with OAuth 2.0, without saving your password in this tool or anywhere. ・Support to authorize your Salesforce Account with simple username & password login securely, your username & password will be stored only in your local storage. #2 Manage Salesforce Metadata ・Retrieve any type or full Metadata immediately. ・Schedule tasks to fully-automatic retrieve Metadata. ・Compare Metadata between any authorized Production or Sandbox. ・Deploy Metadata of Apex code, Custom Objects, Flows, etc.(almost all of the metadata). #3 Manage Salesforce Data(SObjects, Tooling Objects) ・Search data in your authorized orginization. ・Retrieve your salesforce Objects Data to CSV file. ・Schedule tasks to fully-automatic fetch Data(In development). #4 Automated Apex Tests ・Run specified / all Apex test classes in your authorized Production / Sandbox immediately. ・Schedule fully-automatic recurring test tasks. ############################################# Release notes (Important update marked with ★) ############################################# v60.0.0 2024/02/14 ・Updated API Version to 60.0. v59.0.1 2023/11/22 v59.0.0 2023/10/20 ・Updated API Version to 59.0. ・Updated Privacy Policy URL. v58.0.0 2023/06/12 ・Updated API Version to 58.0. v57.0.0 2023/03/06 ・Updated API Version to 57.0. v56.0.0 2022/10/17 ・Updated API Version to 56.0. v55.6.12 2022/09/22 v55.6.11 2022/09/20 v55.5.11 2022/09/18 v55.5.10 2022/09/15 v55.5.9 2022/09/11 v55.4.8 2022/09/08 v55.3.8 2022/09/05 ★Supported to edit data in listview. ★Supported to copy part of search results to clipboard. ★Supported to download search results to CSV. ・Fixed bugs. v55.2.5 2022/08/26 v55.1.0 2022/07/23 v55.0.0 2022/07/10 ・Fixed bugs. ★Supported choosing the API Version when automatically downloading metadata. ・Updated API Version to 55.0. v54.2.6 2022/07/02 v54.2.5 2022/04/29 ★Renew Data management. ・Fixed bugs. v54.2.4 2022/04/13 v54.2.3 2022/04/06 v54.2.2 2022/03/30 v54.2.1 2022/03/27 v54.2.0 2022/03/24 v54.1.0 2022/03/14 v54.0.1 2022/03/12 ★Support to mass export attachments in ContentVersion & Attachment SObject. ・Make some improvements. ・Fixed bugs. v54.0.0 2022/03/05 ・Improved UI ・Fixed bugs. ・Updated API Version to 54.0. v53.0.1 2022/01/27(Happy New Year!) ★Improved UI, you can create package.xml by click "add" icon next to each metadata member without writing manually(you can also edit manually as before). ★Improved UI, moved "package.xml" button to bottom right, you can mass download metadata with it. ・Fixed bugs. v53.0.0 2021/10/10 ★Redesigned our Logo to be more friendly. ★Upgraded chrome extension manifest to MV3, which means you can get the latest support from Google, and enjoy enhancements in security, privacy, and performance. ★Updated Salesforce API Version to v53.0(Spring '22). ★Updated Privacy & Policy, add Chinese & Japanese, which means we can now support in Chinese, English and Japanese. ★Redesigned UI of Process Monitoring. ・Fixed bugs. v52.0.3 2021/10/02 v52.0.2 2021/09/26 v52.0.1 2021/09/21 ★Improved UI, from this update you can mass retrieve metadata with manifest files for each user without switching user. ★Improved Full-Meta retrievement. ・Fixed bugs. ・Improved UI. v52.0.0 2021/07/31 ・Fixed bugs. ・Updated API Version to 52.0. v51.1.3 2021/05/07 ・Fixed bugs. ★Added support for retrieving metadata with customized manifest(package.xml) file. ############################################# Next time ############################################# It helps you if your are having trouble with data migration.
Información Básica de la Extensión
Nombre | Salesforce DevsForce |
ID | lhacociobolpbfdkebgpjpbnlnbhknii |
URL Oficial | https://chromewebstore.google.com/detail/salesforce-devsforce/lhacociobolpbfdkebgpjpbnlnbhknii |
Descripción | Powerful Salesforce develop tools used to backup data, download and deploy metadata, and run tests automatically, etc. |
Tamaño del Archivo | 5.31 MB |
Cantidad de Instalaciones | 242 |
Versión Actual | 60.0.0 |
Última Actualización | 2024-02-16 |
Fecha de Publicación | 2020-12-28 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | YOSHIKUNI |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://ra-yoshikuni-developer-edition.ap0.force.com |
URL de la Página de Política de Privacidad | https://ra-yoshikuni-dev-ed.my.salesforce-sites.com |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salesforce DevsForce", "version": "60.0.0", "description": "Powerful Salesforce develop tools used to backup data, download and deploy metadata, and run tests automatically, etc.", "background": { "service_worker": "background\/background.js" }, "action": { "default_popup": "index\/index.html", "default_icon": { "32": "images\/get_started32.png" } }, "content_scripts": [ { "exclude_globs": [ "https:\/\/www.salesforce.com\/*", "https:\/\/help.salesforce.com\/*", "https:\/\/success.salesforce.com\/*", "https:\/\/trust.salesforce.com\/*", "https:\/\/trailhead.salesforce.com\/*", "https:\/\/developer.salesforce.com\/*", "https:\/\/partners.salesforce.com\/*" ], "js": [ "reference\/jquery-3.1.1.min.js" ], "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.visual.force.com\/*", "https:\/\/*.visualforce.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.my.salesforce.com\/*", "https:\/\/login.salesforce.com\/services\/oauth2\/*", "https:\/\/test.salesforce.com\/services\/oauth2\/*" ] } ], "icons": { "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsQOnpOTJjQcDCuqMfmc7TczHtcbtsmulnOCP6UHXMnyfrU2CWoYyLp1ao3R8BqLwrxvvNkREf8VkiZKDJ5trdvUpOVtN1GJZ0XfakTp8u6DGoGcY1ZcsVuqQtyXrC8q+ZGdJl\/7j0+ukmtQpYJRRr6occVLweQu9tbyZYhuKBJSwkPcQPFF5BjtWF11deYBVQs+JebiTLisD3Qd1UFMb5kGYqaZhUJ4PfSCejQlgzYKx3VAo9BKpyYmwK\/kgnZtvqLU5kgEmOaFTWFs3r\/eZUq1bew0OYh7nsTap7Id5PJR658R06O7kXbgHVngBUbIhToLQBlLv\/gKKNqji8NTDZQIDAQAB", "permissions": [ "alarms", "downloads", "notifications", "storage", "tabs", "unlimitedStorage" ], "host_permissions": [ "https:\/\/*.salesforce.com\/*" ], "oauth2": { "client_id": "3MVG9I1kFE5Iul2AGE29PMp_dAtBwaFy4ArZRNxNnTokv6pWvoFRUIUc37mq5cJrI9oNyUpGIPoyD_99JrbJ1", "client_secret": "2EE5A3017E5134762251B0BD6B03050B65BC677F1D1082D8FDDE7B2E61F6F19F", "scopes": [ "openid", "email", "profile" ] } } |