Smart Fiverr

Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…

Smart Fiverr란 무엇입니까?

Smart Fiverr은(는) https://smartfiverr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Enhance your Fiverr seller account with features like

an autoresponder that responds to messages, 

always be online to get more offers, 

get buyer request notifications based on the GIG you provide,

A money calculator for you to know how much buyer pays and what you get, 

A better fiverr notification with custom notification sounds you can pick from

This extension keeps working till your computer is turned off. Give it a try and you'll love it                    

확장 프로그램 기본 정보

이름 Smart Fiverr Smart Fiverr
ID aekhkmkjmigbecagogodpaepchpjjcnh
공식 URL https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh
설명 Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
파일 크기 473 KB
설치 횟수 5,623
현재 버전 1.2.7
최근 업데이트 2021-06-16
출시 날짜 2021-03-08
평점 3.57/5 총 23 개의 평점
개발자 https://smartfiverr.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://smartfiverr.com
도움말 페이지 URL https://smartfiverr.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Fiverr",
    "version": "1.2.7",
    "permissions": [
        "storage",
        "notifications",
        "*:\/\/*.fiverr.com\/*",
        "https:\/\/*.smartfiverr.com\/*",
        "background",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fiverr.com\/*"
            ],
            "js": [
                "\/contentscripts.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}