Osclass Chrome Extension

Get the latest classifieds ads updates & notifications right from your browser.

Osclass Chrome Extensionคืออะไร?

Osclass Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย osclassapps.com และคุณลักษณะหลักของมันคือ "Get the latest classifieds ads updates & notifications right from your browser."

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

screenshot
screenshot

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

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

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

                        Get the latest classifieds ads updates & notifications right from your browser. Choose categories you're interested in, turn notifications on and off for certain categories and more.

This is a demo extension for osclass, you can buy your own extension from our site http://osclassapps.com

This extension will work with any osclass themes, bender, neutron etc...                    

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

ชื่อ Osclass Chrome Extension Osclass Chrome Extension
ID dgppgdkfcogplifcnmlibblepdjngjhi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi
คำอธิบาย Get the latest classifieds ads updates & notifications right from your browser.
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-12-25
วันที่เผยแพร่ 2016-12-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา osclassapps.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://osclassapps.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Osclass Chrome Extension",
    "description": "Get the latest classifieds ads updates & notifications right from your browser.",
    "background": {
        "page": "background.html"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "alarms",
        "notifications",
        "*:\/\/*\/*"
    ],
    "version": "1.0"
}