FreshBooks Developer Tool

FreshBuddy is an extension for Chrome and Firefox that assists developers in identifying account information and IDs.

FreshBooks Developer Tool란 무엇입니까?

FreshBooks Developer Tool은(는) https://freshbooks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FreshBuddy is an extension for Chrome and Firefox that assists developers in identifying account information and IDs."입니다.

확장 프로그램 스크린샷

screenshot

FreshBooks Developer Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The FreshBooks Developer Tool is a useful developer tool that highlights specific IDs for users trying to build  apps and integrations to the FreshBooks platform. 

The tool provides a simple interface in your Chrome browser to access details of your FreshBooks account.                    

확장 프로그램 기본 정보

이름 FreshBooks Developer Tool FreshBooks Developer Tool
ID jaaehikollkbccglkmaafbbfcahebail
공식 URL https://chromewebstore.google.com/detail/freshbooks-developer-tool/jaaehikollkbccglkmaafbbfcahebail
설명 FreshBuddy is an extension for Chrome and Firefox that assists developers in identifying account information and IDs.
파일 크기 161 KB
설치 횟수 56
현재 버전 1.0.2
최근 업데이트 2020-10-01
출시 날짜 2020-08-17
개발자 https://freshbooks.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.freshbooks.com
도움말 페이지 URL https://www.freshbooks.com/support
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FreshBooks Developer Tool",
    "version": "1.0.2",
    "description": "FreshBuddy is an extension for Chrome and Firefox that assists developers in identifying account information and IDs.",
    "icons": {
        "16": "image\/icon\/icon-16.png",
        "48": "image\/icon\/icon-48.png",
        "128": "image\/icon\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "image\/icon\/icon-48.png"
    },
    "background": {
        "scripts": [
            "script\/fb-const.js",
            "script\/fb-init-background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:4200\/*",
                "http:\/\/fresh\/*",
                "https:\/\/my.staging.gcp.fbks.in\/*",
                "https:\/\/my.freshbooksdev.com\/*",
                "https:\/\/my.rc.freshenv.com\/*",
                "https:\/\/my.staging.freshenv.com\/*",
                "https:\/\/my.freshbooks.com\/*",
                "https:\/\/my.dev.freshenv.com\/*"
            ],
            "exclude_matches": [
                "http:\/\/localhost:4200\/service\/auth\/*",
                "http:\/\/localhost:4200\/tests*",
                "http:\/\/fresh\/service\/auth\/*",
                "http:\/\/fresh\/tests*",
                "https:\/\/my.staging.gcp.fbks.in\/auth\/*",
                "https:\/\/my.freshbooksdev.com\/service\/auth\/*",
                "https:\/\/my.freshbooksdev.com\/tests*",
                "https:\/\/my.rc.freshenv.com\/service\/auth\/*",
                "https:\/\/my.rc.freshenv.com\/service\/commandcenter\/*",
                "https:\/\/my.staging.freshenv.com\/service\/auth\/*",
                "https:\/\/my.staging.freshenv.com\/service\/commandcenter\/*",
                "https:\/\/my.freshbooks.com\/service\/auth\/*",
                "https:\/\/my.freshbooks.com\/service\/commandcenter\/*"
            ],
            "css": [
                "style\/variables.css",
                "style\/popover.css"
            ],
            "js": [
                "script\/fb-store.js",
                "script\/fb-bridge.js",
                "script\/fb-const.js",
                "script\/fb-modal.js",
                "script\/fb-tweak.js",
                "script\/fb-init-content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "image\/clipboard.png",
        "image\/favicon\/*.ico",
        "image\/link.png",
        "script\/fb-sync.js",
        "script\/fb-bridge.js",
        "script\/fb-const.js"
    ],
    "permissions": [
        "storage"
    ]
}