Kijiji History

Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.

Kijiji Historyคืออะไร?

Kijiji History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scd31dev และคุณลักษณะหลักของมันคือ "Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted."

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

screenshot

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

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

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

                        This extension is designed to provide more information to the Kijiji buyer so that they are able to make a more informed decision about what they're buying. For instance, if an ad has had its price reduced many times, the seller may be more receptive to bargaining than if the price had never been changed.                    

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

ชื่อ Kijiji History Kijiji History
ID knedljbdllojmfcmeafhcknbnkkjicmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kijiji-history/knedljbdllojmfcmeafhcknbnkkjicmj
คำอธิบาย Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.
ขนาดไฟล์ 71.88 KB
จำนวนการติดตั้ง 169
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2020-06-18
วันที่เผยแพร่ 2020-06-17
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา scd31dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.victr.ca
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kijiji History",
    "version": "1.0.2",
    "description": "Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.",
    "homepage_url": "https:\/\/www.victr.ca",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Ad info",
        "default_popup": "popup\/ad_info.html"
    },
    "permissions": [
        "tabs"
    ]
}