Shopopro plugin

Shopopro plugin

Shopopro pluginคืออะไร?

Shopopro plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shopopro.com และคุณลักษณะหลักของมันคือ "Shopopro plugin"

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

screenshot
screenshot
screenshot

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

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

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

                        Shopopro extension is intended for users of Shopopro cashback service https://shopopro.com.
It allows you to receive relevant information about possibility and amount of cashback, available coupons, current promotions and availability of overviews of goods in the visited online store.
In addition, it gives you opportunity to quickly view current status of your orders and available funds on the account in the cashback service.
The extension will also notify you about availability of cashback when you visit online stores.                    

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

ชื่อ Shopopro plugin Shopopro plugin
ID benpkendjikkbfdokgcnkkfehojcllpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopopro-plugin/benpkendjikkbfdokgcnkkfehojcllpo
คำอธิบาย Shopopro plugin
ขนาดไฟล์ 21.72 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2019-02-07
วันที่เผยแพร่ 2019-02-06
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://shopopro.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shopopro.com
URL หน้านโยบายความเป็นส่วนตัว https://shopopro.com/privacy_policy.pdf
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ru",
    "permissions": [
        "activeTab",
        "*:\/\/shopopro.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    }
}