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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will add Download button on Visualforce Page and Component page allowing you to download same."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Download Visualforce Page/Component Code एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            ]
        }
    ]
}