Boostr for Salesforce

Boost your admin and developer productivity on Salesforce.com with Boostr! Current features include: - Ability to search when…

Boostr for Salesforce क्या है?

Boostr for Salesforce mattsimonis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost your admin and developer productivity on Salesforce.com with Boostr! Current features include: - Ability to search when…"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Boostr for Salesforce एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Boost your admin and developer productivity on Salesforce.com with Boostr!

Current features include:
- Ability to search when adding items to a change set
- Filtering by type when adding to a change set
- Showing all items of a given type on one page when adding to a change set
- Adding checkbox to table header in admin area to check and uncheck all items in that column
- Displaying the API Name next to field names when editing a field set
- Using Pascal Case for the API Name when creating new objects and fields
- Preventing the placeholder text from filling in the setup area sidebar
- Display number of selected fields on field history tracking page
- Ability to uncheck all page layouts by default when creating a new field.
- Convert Salesforce Id's from the app's popup menu.
- See additional system overview stats.
- Select Failed Tests to re-run in the Apex Test Execution page with the click of a button!

More features coming soon!

If you have a feature request or any feedback, tweet me @mattsimonis

Boostr is open source! Feel free to contribute! https://github.com/mattsimonis/boostr                    

एक्सटेंशन की मूल जानकारी

नाम Boostr for Salesforce Boostr for Salesforce
ID kegohbhdgaoaoanbpconbeleanhdodlo
आधिकारिक URL https://chromewebstore.google.com/detail/boostr-for-salesforce/kegohbhdgaoaoanbpconbeleanhdodlo
विवरण Boost your admin and developer productivity on Salesforce.com with Boostr! Current features include: - Ability to search when…
फ़ाइल का आकार 1.16 MB
स्थापना संख्या 6,548
वर्तमान संस्करण 0.99
अंतिम अपडेट 2022-11-18
प्रकाशन तिथि 2020-02-03
रेटिंग 4.82/5 कुल 33 रेटिंग्स
डेवलपर mattsimonis
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mattsimonis/boostr
सहायता पृष्ठ URL https://github.com/mattsimonis/boostr/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boostr for Salesforce",
    "short_name": "Boostr SF",
    "version": "0.99",
    "icons": {
        "128": "icon.png"
    },
    "author": "Matt Simonis",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/fieldsetinject.js",
                "js\/setupcheckallinject.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.force.com\/*",
                "https:\/\/*.cloudforce.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.force.com\/*",
                "https:\/\/*.cloudforce.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/scripts.js",
                "js\/setupsearch.js",
                "js\/setupcheckall.js",
                "js\/flowerrorlink.js",
                "js\/listviewrowclick.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*AddToPackageFromChangeMgmtUi*",
                "https:\/\/*.force.com\/*AddToPackageFromChangeMgmtUi*",
                "https:\/\/*.cloudforce.com\/*AddToPackageFromChangeMgmtUi*"
            ],
            "js": [
                "js\/changeset.js"
            ],
            "css": [
                "css\/changeset.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*FieldSetEditor*",
                "https:\/\/*.force.com\/*FieldSetEditor*",
                "https:\/\/*.cloudforce.com\/*FieldSetEditor*"
            ],
            "js": [
                "js\/fieldset.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*CustomObjects*",
                "https:\/\/*.force.com\/*CustomObjects*",
                "https:\/\/*.cloudforce.com\/*CustomObjects*",
                "https:\/\/*.salesforce.com\/*NewCustomFieldStageManager*",
                "https:\/\/*.force.com\/*NewCustomFieldStageManager*",
                "https:\/\/*.cloudforce.com\/*NewCustomFieldStageManager*",
                "https:\/\/*.salesforce.com\/*101*",
                "https:\/\/*.force.com\/*101*",
                "https:\/\/*.cloudforce.com\/*101*"
            ],
            "js": [
                "js\/apiname.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*FieldHistoryTracking*",
                "https:\/\/*.force.com\/*FieldHistoryTracking*",
                "https:\/\/*.cloudforce.com\/*FieldHistoryTracking*"
            ],
            "js": [
                "js\/fieldhistorycount.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*NewCustomFieldStageManager*",
                "https:\/\/*.force.com\/*NewCustomFieldStageManager*",
                "https:\/\/*.cloudforce.com\/*NewCustomFieldStageManager*"
            ],
            "js": [
                "js\/addtolayout.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*systemOverview*",
                "https:\/\/*.force.com\/*systemOverview*",
                "https:\/\/*.cloudforce.com\/*systemOverview*"
            ],
            "js": [
                "js\/systemoverview.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*ApexTestQueuePage*",
                "https:\/\/*.force.com\/*ApexTestQueuePage*",
                "https:\/\/*.cloudforce.com\/*ApexTestQueuePage*"
            ],
            "js": [
                "js\/selectfailedtests.js"
            ],
            "all_frames": true
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}