Bump Buddy
Your daily helper to improve working experience.
Was ist Bump Buddy?
Bump Buddy ist eine Chrome-Erweiterung, die von Mp Bump entwickelt wurde, und ihr Hauptmerkmal ist "Your daily helper to improve working experience.".
Erweiterungsscreenshots
Bump Buddy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bump Buddy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Your Latest Bump Handler This extension will help you to update your posts within each 15 -16 minutes which will eventually make your life easier and lot more productive. Working Procedure: You will see an extra element on your megapersonals web page after the successful installation of this extension. This will consist of the posts number and two buttons such as reset and bump now button. To make sure your extension works properly, you need to manually select all the posts on your page. Then it will show the count of the post in that page. To remove post , just click the reset button and re add posts that you want to bump. You need to subscribe first with your ip address and then you can start using this extension. So please contact us right now, Our team is waiting for your message and start making your life more productive.
Grundlegende Informationen zur Erweiterung
Name | Bump Buddy |
ID | pmadjigpplbflhppncppadddfndmamha |
Offizielle URL | https://chromewebstore.google.com/detail/bump-buddy/pmadjigpplbflhppncppadddfndmamha |
Beschreibung | Your daily helper to improve working experience. |
Dateigröße | 22.05 KB |
Installationsanzahl | 49 |
Aktuelle Version | 1.4.2 |
Letztes Update | 2023-07-30 |
Veröffentlichungsdatum | 2023-06-11 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Mp Bump |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://mpbump.com/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bump Buddy", "version": "1.4.2", "description": "Your daily helper to improve working experience.", "host_permissions": [ "https:\/\/megapersonals.eu\/*" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup_file.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/megapersonals.eu\/*" ], "js": [ "content.js" ] } ] } |