bump

bump

bumpとは何ですか?

bumpはhttps://getbump.caによって開発されたChromeの拡張機能で、その主な機能は「bump」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

bump拡張機能のCRXファイルをダウンロード

bump拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Bump is your new appointment ally. 

In these times of huge demand on appointment based businesses, bump offers you a new option to get the times that are convenient for you!

Bump lets you add a listener (a bump!) to bump supported businesses calendars for a time and date range you desire. 

When a cancellation occurs, bump notifies you through our mobile app and lets you book into the cancelled time slot on the spot. 

No more wearing out the f5 key on your keyboard, no more sms or email waitlists, no more compromising and going to businesses or services you don't like. 

Bump it! and let us handle getting you booked.                    

拡張機能の基本情報

名前 bump bump
ID pmigakfggbceplhkljohmanciggdcmbg
公式URL https://chromewebstore.google.com/detail/bump/pmigakfggbceplhkljohmanciggdcmbg
説明 bump
ファイルサイズ 3.53 MB
インストール数 36
現在のバージョン 2.0.0
最終更新日 2021-06-29
公開日 2021-04-11
開発者 https://getbump.ca
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.getbump.ca
ヘルプページのURL https://www.getbump.ca
プライバシーポリシーページのURL https://getbump.ca/privacy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bump",
    "version": "2.0.0",
    "short_name": "bump",
    "description": "bump",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "assets\/images\/logo-bump.png",
        "128": "assets\/images\/logo-bump.png",
        "16": "assets\/images\/logo-bump.png"
    },
    "browser_action": {
        "default_title": "bump"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "*.html",
        "assets\/icons\/icons8-phone-50.png",
        "assets\/icons\/icon48.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/bumps-9ea07-default-rtdb.firebaseio.com https:\/\/s-usc1c-nss-259.firebaseio.com https:\/\/*.firebaseio.com https:\/\/s-usc1c-nss-258.firebaseio.com; object-src 'self'"
}