bump

bump

bump란 무엇입니까?

bump은(는) https://getbump.ca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "bump"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

bump 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}