Roistat CRM tools

Roistat CRM tools

Roistat CRM toolsคืออะไร?

Roistat CRM tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roistat และคุณลักษณะหลักของมันคือ "Roistat CRM tools"

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

screenshot
screenshot

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

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

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

                        This app change link to audio files to audio player. Now you don't need to open file in new tab to listen it. You could listen it in current tab directly. Screenshots shows you how it looks like before and after. 

Privacy policy: https://roistat.com/ru/privacy                    

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

ชื่อ Roistat CRM tools Roistat CRM tools
ID ikbkgacdpenjbbiacghfhkmkfndiinaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roistat-crm-tools/ikbkgacdpenjbbiacghfhkmkfndiinaj
คำอธิบาย Roistat CRM tools
ขนาดไฟล์ 197 KB
จำนวนการติดตั้ง 203
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-02-09
วันที่เผยแพร่ 2019-02-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Roistat
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://roistat.com
URL หน้านโยบายความเป็นส่วนตัว https://roistat.com/ru/privacy
ภาษาที่รองรับ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roistat CRM tools",
    "version": "1.0.1",
    "description": "Roistat CRM tools",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "forge.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "forge\/app_config.js",
                "forge\/all.js",
                "src\/js\/jquery-2.0.0.js",
                "src\/js\/page.js"
            ],
            "css": [],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "128": "src\/img\/logo128.png",
        "48": "src\/img\/logo48.png",
        "16": "src\/img\/logo16.png"
    },
    "browser_action": {
        "default_icon": "src\/img\/logo16.png",
        "default_popup": "src\/index.html"
    },
    "manifest_version": 2
}