bump
bump
Τι είναι το bump;
Το bump είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getbump.ca, και η κύρια λειτουργία του είναι "bump".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης bump
Λήψη αρχείων επέκτασης 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 |
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'" } |