Chrome Extension

Chrome extension to increase productivity.

Chrome Extensionคืออะไร?

Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LeadGibbon และคุณลักษณะหลักของมันคือ "Chrome extension to increase productivity."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is our legacy Chrome Extension, to download the latest version of our Chrome Extension please visit our website.                    

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

ชื่อ Chrome Extension Chrome Extension
ID nclmlmjpgjfjafeojojmajefkbjlphfe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/chrome-extension/nclmlmjpgjfjafeojojmajefkbjlphfe
คำอธิบาย Chrome extension to increase productivity.
ขนาดไฟล์ 1.07 MB
จำนวนการติดตั้ง 11,755
เวอร์ชันปัจจุบัน 3.17
อัปเดตครั้งล่าสุด 2022-01-24
วันที่เผยแพร่ 2020-05-12
คะแนน 3.32/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา LeadGibbon
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.leadgibbon.com
URL หน้าช่วยเหลือ https://www.leadgibbon.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.leadgibbon.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Extension",
    "description": "Chrome extension to increase productivity.",
    "version": "3.17",
    "browser_action": {
        "default_icon": "web_resources\/icons\/primary_old.png",
        "default_title": "Click here!"
    },
    "icons": {
        "128": "web_resources\/icons\/logo\/128.png",
        "16": "web_resources\/icons\/logo\/16.png",
        "48": "web_resources\/icons\/logo\/48.png"
    },
    "background": {
        "scripts": [
            "content_scripts\/js\/libs\/jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "content_scripts\/css\/font-awesome.min.css",
                "content_scripts\/css\/styles.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "content_scripts\/js\/app.js"
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage",
        "activeTab",
        "https:\/\/lgchromeapi.leadgibbon.com\/*",
        "https:\/\/api.prospectchimp.net\/*",
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/lg.test\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5v+DQ1Q0ut2hMrQw2iFyab2kxHMhwzzYZ7OGvehoEKP2Uko5EY2xNDM1U1llKXxwf6s\/NaRKIOSla5wtyJ7YszJJ+WLztdKdgkKMiDV7A6l7881EgMFpNwPvqLN89xIo2XA2hnops7JBgZBaz8RnhDFFlTfP1YcmyzvYO83VCSUDvyPtxe18BHiqlnlYP9EFC+F5Anu3oG9iE2I13viYwtEqCKQlpO6\/FnQ+haOMS+QU4SymoSNlOPmd4eAApmCXwF8Zt6N2AGV\/cjEerYigcpKzBrHYawmYiSxliNaT2AENc1UN1I+N3OJD0ANTFUxPKQtNjSlXBY898CWdO1pdTQIDAQAB",
    "oauth2": {
        "client_id": "900978129377-h590vca4epmv8l8s4p8ko0tg91bgfbej.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "web_accessible_resources": [
        "web_resources\/*"
    ]
}