Rocketrip

Seamlessly create a Rocketrip Price to Beat while you book your business travel.

Rocketripคืออะไร?

Rocketrip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rocketrip.com และคุณลักษณะหลักของมันคือ "Seamlessly create a Rocketrip Price to Beat while you book your business travel."

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

screenshot
screenshot
screenshot

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

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

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

                        The Rocketrip extension allows you to create a Price to Beat from within your company's booking site. Need assistance or have a question? Access Rocketrip's customer support through the extension from any site. It's Rocketrip when and where you need it.                    

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

ชื่อ Rocketrip Rocketrip
ID jonlhhmennanlmjjamfllhlcklggpjkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rocketrip/jonlhhmennanlmjjamfllhlcklggpjkj
คำอธิบาย Seamlessly create a Rocketrip Price to Beat while you book your business travel.
ขนาดไฟล์ 13.53 MB
จำนวนการติดตั้ง 50,288
เวอร์ชันปัจจุบัน 3.4.33
อัปเดตครั้งล่าสุด 2020-02-27
วันที่เผยแพร่ 2020-02-26
คะแนน 2.85/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา https://rocketrip.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.rocketrip.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rocketrip",
    "description": "Seamlessly create a Rocketrip Price to Beat while you book your business travel.",
    "version": "3.4.33",
    "icons": {
        "128": "assets\/icon-webstore.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon-orange-19.png",
            "38": "assets\/icon-orange-38.png"
        },
        "default_title": "Rocketrip"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/browser-polyfill.js",
            "assets\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.concursolutions.com\/*",
            "*:\/\/*.cnqr-cn.com\/*",
            "*:\/\/*.outtask.com\/*",
            "*:\/\/*.rocketrip.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.concursolutions.com\/*",
                "*:\/\/*.cnqr-cn.com\/*",
                "*:\/\/*.outtask.com\/*",
                "*:\/\/*.rocketrip.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.rocketrip.com\/*",
                "*:\/\/rocketrip.com\/*"
            ],
            "js": [
                "assets\/chromeBootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}