YardiOne App Launcher
YardiOne
Hvad er YardiOne App Launcher?
YardiOne App Launcher er en Chrome-udvidelse udviklet af YardiOneDevelopment, og dens hovedfunktion er "YardiOne".
Udvidelsesskærmbilleder
Download YardiOne App Launcher-udvidelses-CRX-fil
Download YardiOne App Launcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        Use the YardiOne App Launcher to navigate to your Yardi applications directly from your browser.
https://resources.yardi.com/legal/yardi-acceptable-use-policy/                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | lpkgpgkacgbdkanmoiaeepeigbfgoofo | 
| Officiel URL | https://chromewebstore.google.com/detail/yardione-app-launcher/lpkgpgkacgbdkanmoiaeepeigbfgoofo | 
| Beskrivelse | YardiOne | 
| Filstørrelse | 705 KB | 
| Antal Installationer | 3,932 | 
| Nuværende Version | 2.1.4 | 
| Senest Opdateret | 2021-07-06 | 
| Udgivelsesdato | 2021-04-20 | 
| Bedømmelse | 4.67/5 Samlet 6 Bedømmelser | 
| Udvikler | YardiOneDevelopment | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | https://yardi.com | 
| Hjælpeside-URL | https://clientcentral.yardi.com | 
| URL til Fortrolighedspolitik Side | https://resources.yardi.com/legal/privacy-statement | 
| Understøttede Sprog | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YardiOne App Launcher",
    "version": "2.1.4",
    "description": "YardiOne",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "activeTab",
        "*:\/\/*.yardione.com\/*"
    ],
    "incognito": "split",
    "browser_action": {
        "default_title": "YardiOne App Launcher"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content\/content.js"
            ],
            "matches": [
                "https:\/\/*.yardione.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "js": [
                "popup\/popup.js",
                "popup\/filter.js"
            ],
            "matches": [
                "https:\/\/*.yardione.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*.html",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}  |  |