Short Description Viewer for Google Play

View Short Description of any app in Google Play

Short Description Viewer for Google Playคืออะไร?

Short Description Viewer for Google Play เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://appstorespy.com และคุณลักษณะหลักของมันคือ "View Short Description of any app in Google Play"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Short Description Viewer for Google Play

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

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

                        View short description for every Google Play app.

Just one phrase describing what about this Android application.

Unfortunately, it does not appear ion the Web Play Store. So using this extension you can easily see all the descriptions.

For developers short description is strongly affects the conversion into install.                    

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

ชื่อ Short Description Viewer for Google Play Short Description Viewer for Google Play
ID lbooeejmbjnoflbpioaafkkemijdbecn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn
คำอธิบาย View Short Description of any app in Google Play
ขนาดไฟล์ 5.52 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.3.7
อัปเดตครั้งล่าสุด 2021-06-17
วันที่เผยแพร่ 2019-02-11
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://appstorespy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://appstorespy.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Short Description Viewer for Google Play",
    "description": "View Short Description of any app in Google Play",
    "author": "Appstorespy.com",
    "version": "0.3.7",
    "permissions": [],
    "page_action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.google.com\/store\/apps*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}