Trelica

Keep track of the SaaS applications that you're using.

Trelicaคืออะไร?

Trelica เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trelica.com และคุณลักษณะหลักของมันคือ "Keep track of the SaaS applications that you're using."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trelica

ดาวน์โหลดไฟล์ส่วนขยาย Trelica ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Trelica browser extension shows you the SaaS applications that you're using. 

This information is analyzed in Trelica by your IT team to understand and manage the web-based applications that are being used in your organization. 

By helping build a picture of what tools people are really using day-to-day, you can help the IT team save money, and better support the tools people are actually using.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trelica Trelica
ID igjpcenkahclnlkcldhphacgmfilbefd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trelica/igjpcenkahclnlkcldhphacgmfilbefd
คำอธิบาย Keep track of the SaaS applications that you're using.
ขนาดไฟล์ 2.39 MB
จำนวนการติดตั้ง 8,000
เวอร์ชันปัจจุบัน 1.3.76
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2022-04-08
ผู้พัฒนา https://trelica.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://trelica.com
URL หน้าช่วยเหลือ https://help.trelica.com/hc/en-us/articles/7738990652189-Browser-extension-information-for-users
URL หน้านโยบายความเป็นส่วนตัว https://legal.trelica.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trelica",
    "version": "1.3.76",
    "default_locale": "en",
    "description": "Keep track of the SaaS applications that you're using.",
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.trelica.com\/Account*",
                "https:\/\/*.trelica.com\/BrowserExtension*"
            ],
            "run_at": "document_start",
            "js": [
                "browserLogin.js"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "cookies",
        "identity",
        "identity.email",
        "tabs",
        "storage",
        "notifications",
        "management",
        "scripting",
        "nativeMessaging"
    ],
    "host_permissions": [
        "https:\/\/*.trelica.com\/"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiEP2KXIVhLD2qFX70f7Elsf4g7hVa2q2rkQDOCqrzuiXVHn1ePZFpal7qsa\/1z41iUF3acCZhG8hPNj8l7zKoOJVa3lv0M4Q9dR57tkfGbYZIPoBkVa40S0TZRB7CNuSxQdwRVosxskPCCeyB94SD1V1hOJYhmP6gniYxJP9EvgYZ3UqWJrSPJIPl654IwJl8wW8IwVDpp4O5R+mEIMcS67M6O4SVXQF4D5BjuYx5Edbv8wHczvdh5DgDfPdTCtTqIv9bsBauCU5S0nd7ujkKC7QWJJSjsL\/ynlm6ZK3eZZpLNFcOuM6+YitX9q0B9pxnLIOTV908ZSSOSrCWHMSqQIDAQAB"
}