YardiOne App Launcher
YardiOne
什麼是YardiOne App Launcher?
YardiOne App Launcher是由YardiOneDevelopment開發的Chrome擴展程式,該擴展的主要功能是“YardiOne”。
擴展截圖
下載YardiOne App Launcher擴展crx文件
下載YardiOne App Launcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Use the YardiOne App Launcher to navigate to your Yardi applications directly from your browser.
https://resources.yardi.com/legal/yardi-acceptable-use-policy/                     擴展基本資訊
| 名稱 |   |  
| ID | lpkgpgkacgbdkanmoiaeepeigbfgoofo | 
| 官方網址 | https://chromewebstore.google.com/detail/yardione-app-launcher/lpkgpgkacgbdkanmoiaeepeigbfgoofo | 
| 簡介 | YardiOne | 
| 檔案大小 | 705 KB | 
| 安裝次數 | 3,932 | 
| 目前版本 | 2.1.4 | 
| 更新時間 | 2021-07-06 | 
| 上架時間 | 2021-04-20 | 
| 評分 | 4.67/5 共 6 次評分 | 
| 開發者 | YardiOneDevelopment | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://yardi.com | 
| 說明頁面URL | https://clientcentral.yardi.com | 
| 隱私政策頁面URL | https://resources.yardi.com/legal/privacy-statement | 
| 支援的語言 | 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'"
}  |  |