Aglide

Seamlessly sign-in to apps stored in your Aglide

Aglideคืออะไร?

Aglide เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aglide.com และคุณลักษณะหลักของมันคือ "Seamlessly sign-in to apps stored in your Aglide"

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

screenshot
screenshot
screenshot

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

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

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

                        Aglide’s extension is like your own personal work app drawer - letting you seamlessly access your work accounts like Slack, Figma, and Notion, and other work items like API keys and Expense cards.

The login details for accounts in your Aglide app-drawer are auto-filled - just like a password manager. Your organisation can easily add or remove items from your Aglide app-drawer using our web app or share them with you individually or via a group vault.

Aglide simplifies onboarding new starters, accessing work apps, understanding app costs, and off-boarding leavers.

This extension requires an Aglide account. Learn more about Aglide and sign your team up at https://aglide.com.                    

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

ชื่อ Aglide Aglide
ID dcmjiahhddajbfccpbmcoolndcelloaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aglide/dcmjiahhddajbfccpbmcoolndcelloaf
คำอธิบาย Seamlessly sign-in to apps stored in your Aglide
ขนาดไฟล์ 2.96 MB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.4.2
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2023-06-22
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://aglide.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://aglide.com
URL หน้าช่วยเหลือ https://aglide.com/support
URL หน้านโยบายความเป็นส่วนตัว https://aglide.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aglide",
    "description": "Seamlessly sign-in to apps stored in your Aglide",
    "version": "1.4.2",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhTHCd3B8fZ7yf3xo3qZF\/EfFfIAily6PadxyzjrwE1Vy1Ma6l7kN+310thwLtgBnI1ktyYo5KbmtXJKnn4n64\/+cv9w4nFy7DgL9jRka4Ig+p5AikjJKfxaJQBzc7bkRkJUzSSH0WZ3owCm8bnwoZ0c0XxKDMjBSw6nJ8ak\/wlDclgGFEhPR4gNao7Coec1QVtvz7Drb8D62vvxkv+aeh3ZBXyOi1SYgeJBiYqVXOYScZNCYvC+wRRC1YUnw1XbWOeBzzGcCN2FyZOtO1hDV4P4X5qMeNffRAB3Plmo5ygYXyu1VRLOdqKEWlekXx7WbZfKtO0rHL6GlqCd+cCFBLwIDAQAB",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open Aglide"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                ".\/static\/js\/content.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "background",
        "scripting",
        "storage",
        "cookies",
        "windows",
        "alarms",
        "browsingData"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}