bump

bump

bump क्या है?

bump https://getbump.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "bump"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में bump एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}