Salesforce Org Credentials

This extension to store force.com org Credentials.

Vad är Salesforce Org Credentials?

Salesforce Org Credentials är en Chrome-tillägg utvecklad av ratan.paul22, och dess huvudfunktion är "This extension to store force.com org Credentials.".

Tilläggsskärmbilder

screenshot

Ladda ner Salesforce Org Credentials-förlängningens CRX-fil

Ladda ner Salesforce Org Credentials-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This App to store the salesforce org credentials                    

Grundläggande Information om Tillägg

Namn Salesforce Org Credentials Salesforce Org Credentials
ID bnoghienpbnblhpmoeamfgjjcjikagkh
Officiell webbadress https://chromewebstore.google.com/detail/salesforce-org-credential/bnoghienpbnblhpmoeamfgjjcjikagkh
Beskrivning This extension to store force.com org Credentials.
Filstorlek 226 KB
Antal Installationer 30
Aktuell Version 1.0
Senast Uppdaterad 2016-11-11
Publiceringsdatum 2016-11-11
Utvecklare ratan.paul22
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce Org Credentials",
    "description": "This extension to store force.com org Credentials.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ]
}