Frontosaur

Web collaboration plugin

Frontosaurคืออะไร?

Frontosaur เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://frontosaur.com และคุณลักษณะหลักของมันคือ "Web collaboration plugin"

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

screenshot
screenshot
screenshot

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

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

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

                        Leave feedback without leaving the website

Frontosaur is a tool for easy collaboration on websites. Add comments right on live interface                    

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

ชื่อ Frontosaur Frontosaur
ID inkobepdpephejfifiapofeioijpdcmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/frontosaur/inkobepdpephejfifiapofeioijpdcmj
คำอธิบาย Web collaboration plugin
ขนาดไฟล์ 638 KB
จำนวนการติดตั้ง 410
เวอร์ชันปัจจุบัน 11.7
อัปเดตครั้งล่าสุด 2020-05-22
วันที่เผยแพร่ 2020-05-21
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://frontosaur.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://frontosaur.com/policy.html
ภาษาที่รองรับ en,ru
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "content_scripts\/js\/popup.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_badge": "12",
        "default_icon": {
            "128": "icons\/logo-128.png",
            "16": "icons\/logo-16.png",
            "32": "icons\/logo-32.png",
            "48": "icons\/logo-48.png"
        },
        "default_title": "Frontosaur"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+W",
                "linux": "Alt+W",
                "mac": "Alt+W",
                "windows": "Alt+W"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.amplitude.com; object-src 'self'",
    "default_locale": "ru",
    "description": "Web collaboration plugin",
    "icons": {
        "128": "icons\/logo-128.png",
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "48": "icons\/logo-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4CEAMYgqsw5\/9CebqJviGMWYKOk9qkY89Fyf6QRrBvXOOdx0krKWczD2hTeDjuWp1xzrMdwWSdf5rM040D5SKpvkzg3BYcAlch1e8ePUesLTh85uFEc0jsrrZLrA\/E2JzEQu5YJHm5UfDWMvTiC52uhfEforUMNQRcfBiKLR2MV91JOCcPCOpf9DETOP60sIJUXrMUI86iaKvWlvPdRYucjH0fhG6UJFU3iiq8r0bXfqu5BdMCaJ2jupMAV6ymFX4eOr\/1zMOLpvKo8\/lK0pxKNsNiOvEZXsAktwDDQbVFjTL94X4d\/PJXzjIJ1hP4A+j7lfTMI0LV7mOmB0OXdZwIDAQAB",
    "manifest_version": 2,
    "name": "Frontosaur",
    "oauth2": {
        "client_id": "337629118465-uf361rfn7fvsharh7tf078vpvk262msb.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/plus.login"
        ]
    },
    "permissions": [
        "activeTab",
        "",
        "notifications",
        "identity",
        "tabs",
        "storage",
        "https:\/\/frontosaur.com\/",
        "https:\/\/www.facebook.com\/dialog\/",
        "https:\/\/graph.facebook.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "11.7",
    "web_accessible_resources": [
        "content_scripts\/*"
    ]
}