GoTo for Google Chrome

Make and receive calls in our extension. Use your custom templates to make the contact match more comfortable than ever.

GoTo for Google Chromeคืออะไร?

GoTo for Google Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LogMeIn Inc. และคุณลักษณะหลักของมันคือ "Make and receive calls in our extension. Use your custom templates to make the contact match more comfortable than ever."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoTo for Google Chrome

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

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

                        - Enjoy the opportunity to make a call by clicking the numbers on the websites you are browsing 
- Set your incoming call notifications enabled to avoid missing any of your important calls 
- Do you use a CRM? Use our built-in custom templates, or create your own to find your contacts based on the phone number. 
- Easy to use: you will avoid any troubles with using our step by step onboarding process                    

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

ชื่อ GoTo for Google Chrome GoTo for Google Chrome
ID hicjdfhejkolhhppfbibhgcpbaanedlc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/goto-for-google-chrome/hicjdfhejkolhhppfbibhgcpbaanedlc
คำอธิบาย Make and receive calls in our extension. Use your custom templates to make the contact match more comfortable than ever.
ขนาดไฟล์ 9.39 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.0.3
อัปเดตครั้งล่าสุด 2022-06-23
วันที่เผยแพร่ 2020-04-22
คะแนน 3.38/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา LogMeIn Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.goto.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.logmeininc.com/legal/privacy
ภาษาที่รองรับ de,en,fr,es,it,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "version": "3.0.3",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz6jvIBs0BsGUk52ZD488ENhWXMwkfSgT3cjhEloo5KsWTH+XGepsHuG0n5tFI+i6hd3lgbJ4EpVjP4eyzFOoTk4TvFXwl6MDcOumJAzmdy6eCFx1xQd6UmQJtVk+1uXlNJd73GZ4W30LrFA0OO6mwuDrEDOOjV5lW2z\/1Zvmf6W33FTxvTW8Wc0Ufs6C0ShsymY\/Hwjocd2SH92T1I70T75I1WP4nu1cosDgCxxhYAWkeGTB\/\/ZJc8qeIYK3cPaE4H2ldK9vTIOhYecsDDIxf7Z4H\/rCT0LvEKMcWKFFgaywE+KqZeBThGly7KlWhZRxhVrID4ZQj51LC\/1XX2G4xQIDAQAB",
    "manifest_version": 2,
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "logos\/logo16.png",
        "32": "logos\/logo32.png",
        "192": "logos\/logo192.png",
        "512": "logos\/logo512.png"
    },
    "default_locale": "en",
    "permissions": [
        "identity",
        "storage",
        "notifications",
        "contextMenus",
        "tabs",
        "https:\/\/*.jive.com\/*",
        "https:\/\/*.getgo.com\/*"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "static\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "logos\/logo192.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "browser-polyfill.js",
                "webcomponents-bundle.js",
                "static\/js\/content-scripts.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}