Aprikot

Aprikot is a tool for improving customer support quality, allows you to effortlessly provide peer-reviews without leaving your CRM.

Aprikotคืออะไร?

Aprikot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aprikot.io และคุณลักษณะหลักของมันคือ "Aprikot is a tool for improving customer support quality, allows you to effortlessly provide peer-reviews without leaving your CRM."

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

screenshot
screenshot
screenshot

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

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

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

                        Aprikot allows you to effortlessly provide peer-reviews without leaving Zendesk. 

Aprikot makes quality assurance something for the whole team to be involved in, instead of being a process that only a few get to do and learn from.                    

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

ชื่อ Aprikot Aprikot
ID jhgiiaolkfaeanjbmnfeodjgokcdnhda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aprikot/jhgiiaolkfaeanjbmnfeodjgokcdnhda
คำอธิบาย Aprikot is a tool for improving customer support quality, allows you to effortlessly provide peer-reviews without leaving your CRM.
ขนาดไฟล์ 8.94 MB
จำนวนการติดตั้ง 1,023
เวอร์ชันปัจจุบัน 2.0.64
อัปเดตครั้งล่าสุด 2022-11-16
วันที่เผยแพร่ 2020-06-23
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://aprikot.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://aprikot.io/
URL หน้านโยบายความเป็นส่วนตัว https://aprikot.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Aprikot",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApGA26PQE+3fHYHgUbMIL5KciPODXgh7OrSNLhgaueX1t42aUWNqaenGDSx0ufysg2nBU9fZJ6sF\/wcu6qirbqQC1122jwLV+m031+LUFtcG3VU7Q48h+jasuGEZ0ecwUFbfy\/PHHFBu9eC69Zaib8DKyPOXmpxQPDIaJLXwFskt3LlrxjEwaEzJQgYsIfQKAHFUcJcPJeMck8YH4XIbyBLSwGthifP3lh3Cw6vi3zrmbosxE7IOaVpkuGd8QHjG+A3YZxRYvCu\/h0hFsTooAQ8VMH4nAe4D0jLohFfFo7RiNgrwbKbT5yTuoSejl7MKgNKSGxFzntkA4qiwrwqHX1wIDAQAB",
    "short_name": "Aprikot",
    "version": "2.0.64",
    "description": "Aprikot is a tool for improving customer support quality, allows you to effortlessly provide peer-reviews without leaving your CRM.",
    "icons": {
        "16": "assets\/icons\/chrome\/aprikot_logo_16.png",
        "48": "assets\/icons\/chrome\/aprikot_logo_48.png",
        "128": "assets\/icons\/chrome\/aprikot_logo_128.png"
    },
    "action": {
        "default_title": "Aprikot",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/chrome\/aprikot_logo_48.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.zendesk.com\/",
        "https:\/\/*.zendesk.com\/",
        "http:\/\/*.desk.com\/",
        "https:\/\/*.desk.com\/",
        "http:\/\/*.aprikot.io\/",
        "https:\/\/*.aprikot.io\/",
        "https:\/\/cdn.barelog.com\/",
        "https:\/\/js.stripe.com\/",
        "https:\/\/*.productfeed.app\/",
        "https:\/\/accounts.google.com\/o\/oauth2\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.aprikot.io\/*",
            "https:\/\/phdev-b271f.web.app\/*",
            "*:\/\/localhost\/*",
            "https:\/\/aprikot-web-joseavilez-partnerhero-product.vercel.app\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem https:\/\/apis.google.com 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zendesk.com\/*",
                "https:\/\/secure.helpscout.net\/*",
                "https:\/\/js.stripe.com\/v3\/"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "oauth2": {
        "client_id": "629006850447-9138ll5pigrrsp4tmotcbsds7qd27vfk.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}