Download Visualforce Page/Component Code
This extension will add Download button on Visualforce Page and Component page allowing you to download same.
Download Visualforce Page/Component Code란 무엇입니까?
Download Visualforce Page/Component Code은(는) https://www.satrangtech.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will add Download button on Visualforce Page and Component page allowing you to download same."입니다.
확장 프로그램 스크린샷
Download Visualforce Page/Component Code 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you want to download Visualforce page/component code? With this amazing Chrome Extension, now you can! Salesforce only allows you to download Apex class or trigger code with the standard download button on the class/trigger detail page. This extension will add a Download button on Visualforce pages and components, allowing you to download the code just like the (standard) download button you see on Apex class and trigger detail pages. With the most recent update, the extension now seamlessly supports users with various UI languages, including English, German, French, Italian, Japanese, Swedish, Korean, Chinese (Traditional and Simplified), Portuguese, Nederlands, Dutch, Danish, Thai, Finnish, Russian, Spanish, and Norwegian. Regardless of your chosen interface language, whether it's set to English, French, or any other supported language, you can confidently use the Download button to effortlessly download Visualforce Page/Component code. Install it now to discover what you thought was not possible. Download Visualforce code!
확장 프로그램 기본 정보
이름 | Download Visualforce Page/Component Code |
ID | deknngpookokkjcaeiooioogkbajjifk |
공식 URL | https://chromewebstore.google.com/detail/download-visualforce-page/deknngpookokkjcaeiooioogkbajjifk |
설명 | This extension will add Download button on Visualforce Page and Component page allowing you to download same. |
파일 크기 | 49.65 KB |
설치 횟수 | 510 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2023-12-20 |
출시 날짜 | 2015-03-17 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | https://www.satrangtech.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://satrangtech.freshdesk.com/support/solutions/17000083036 |
도움말 페이지 URL | https://satrangtech.freshdesk.com/support/solutions/17000083036 |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1Zs9NFpy38eIgOOjOVpZJcFmuYFzc96ytIiHrJThVBIg/edit |
지원되는 언어 | en |
manifest.json | |
{ "name": "Download Visualforce Page\/Component Code", "short_name": "Download Visualforce Page\/Component Code.", "version": "2.0.0", "manifest_version": 3, "description": "This extension will add Download button on Visualforce Page and Component page allowing you to download same.", "homepage_url": "http:\/\/www.satrangtech.com\/", "icons": { "8": "img\/icon.png", "16": "img\/icon.png", "24": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "64": "img\/icon.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Satrang Technologies", "host_permissions": [ "*:\/\/*.salesforce.com\/099*", "*:\/\/*.salesforce.com\/066*" ], "permissions": [ "storage" ], "action": { "default_icon": "img\/icon.png" }, "content_scripts": [ { "js": [ "jquery-1.11.1.min.js", "background.js" ], "matches": [ "https:\/\/*.my.salesforce.com\/099*", "http:\/\/*.my.salesforce.com\/099*", "https:\/\/*.my.salesforce.com\/066*", "http:\/\/*.my.salesforce.com\/066*" ] } ], "background": { "service_worker": "back.js" }, "web_accessible_resources": [ { "extension_ids": [], "matches": [], "resources": [ "background.js" ] } ] } |