GURU PMS

Get more leads for your business

GURU PMSคืออะไร?

GURU PMS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://netmediatechnologies.com และคุณลักษณะหลักของมันคือ "Get more leads for your business"

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

screenshot
screenshot
screenshot

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

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

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

                        This Chrome App brings new freelance project notifications to your desktop - You'll never miss any project from most popular websites ( Currently We supporting Guru.com only).
You will get notification from more other websites by upcoming updates of this extension.

Our premium plans allow you to get custom notifications based on your preferred keywords

Features:
 - You can Enable Or Disable Job notifications
 - You can filter the job notification by popular categories
 - You can filter the job notification by custom keywords ( Paid feature )
 - preview jobs in the app dashboard

Supported Websites:
- www.guru.com                    

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

ชื่อ GURU PMS GURU PMS
ID ebbbikghjmebifeocfeboinihckggopj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/guru-pms/ebbbikghjmebifeocfeboinihckggopj
คำอธิบาย Get more leads for your business
ขนาดไฟล์ 9.51 MB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2020-02-05
วันที่เผยแพร่ 2020-02-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://netmediatechnologies.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GURU PMS",
    "description": "Get more leads for your business",
    "version": "2.2",
    "icons": {
        "128": "assets\/images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon-128.png",
        "default_title": "Dashboard"
    },
    "options_page": "index.html",
    "permissions": [
        "identity",
        "background",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self' 'unsafe-eval'",
    "oauth2": {
        "client_id": "1028278790116-366srsnq21u505arbmp23tjgch8k70u1.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhZR6Fa4dN00ZEJX7fQ5D4ExVe\/P\/iqqhXnYtzQ3XB+Q4OR46EqJRxuGRCK4ZKDIF430lBI9uLFx\/YXEzZfJ7KE724ecJ9y0TYhQddFliNA+rWB+xw3HibgZlKA9rhkfZZbb2DfsD2rutovPChXgFQ2+3kNWQw\/5CXLNUrgjuXfJDe\/TmNP+oSLx+vAkPdbWe1sv+50ZjYQCU5vuDwLC40A7TS7+qzH3iw0sFDuMnSttaeEKHPenLO60LeQce1GdV0IhZfX7dj25\/46jbC7ruloxlhPMze91hfQmQ006RjcYNC1mSeak9De81+Xil449jJDgkKr\/pUz5L92xp3CIcGQIDAQAB"
}