PriceLabs - Connect your Airbnb listings
Connect your Airbnb listings with PriceLabs
PriceLabs - Connect your Airbnb listingsคืออะไร?
PriceLabs - Connect your Airbnb listings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PriceLabs และคุณลักษณะหลักของมันคือ "Connect your Airbnb listings with PriceLabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PriceLabs - Connect your Airbnb listings
ดาวน์โหลดไฟล์ส่วนขยาย PriceLabs - Connect your Airbnb listings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This will help you connect your Airbnb listings with PriceLabs ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ahfbjnblgpemcceknnebmkjgbgkfdfod |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pricelabs-connect-your-ai/ahfbjnblgpemcceknnebmkjgbgkfdfod |
| คำอธิบาย | Connect your Airbnb listings with PriceLabs |
| ขนาดไฟล์ | 123 KB |
| จำนวนการติดตั้ง | 47,321 |
| เวอร์ชันปัจจุบัน | 0.0.2.7 |
| อัปเดตครั้งล่าสุด | 2023-03-02 |
| วันที่เผยแพร่ | 2022-04-18 |
| คะแนน | 3.28/5 รวมทั้งหมด 18 คะแนน |
| ผู้พัฒนา | PriceLabs |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://pricelabs.co |
| URL หน้าช่วยเหลือ | https://hello.pricelabs.co |
| URL หน้านโยบายความเป็นส่วนตัว | https://hello.pricelabs.co/privacy-policy |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PriceLabs - Connect your Airbnb listings",
"version": "0.0.2.7",
"description": "Connect your Airbnb listings with PriceLabs",
"manifest_version": 3,
"permissions": [
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/api.airbnb.com\/",
"https:\/\/pricelabs.co\/"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon.png",
"32": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
}
},
"icons": {
"16": "images\/icon.png",
"32": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
}
} | |