Bump Buddy

Your daily helper to improve working experience.

Bump Buddy란 무엇입니까?

Bump Buddy은(는) Mp Bump에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your daily helper to improve working experience."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Bump Buddy Bump Buddy
ID pmadjigpplbflhppncppadddfndmamha
공식 URL https://chromewebstore.google.com/detail/bump-buddy/pmadjigpplbflhppncppadddfndmamha
설명 Your daily helper to improve working experience.
파일 크기 22.05 KB
설치 횟수 49
현재 버전 1.4.2
최근 업데이트 2023-07-30
출시 날짜 2023-06-11
평점 5.00/5 총 3 개의 평점
개발자 Mp Bump
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://mpbump.com/privacy-policy
지원되는 언어 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"
            ]
        }
    ]
}