CompanyCam

Get access to your CompanyCam photos from any web site

CompanyCam란 무엇입니까?

CompanyCam은(는) CompanyCam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get access to your CompanyCam photos from any web site"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Whenever you need to upload a photo to your CRM or Job Management software, the CompanyCam browser extension will allow you to pick from any photo you took on CompanyCam. You no longer need to download your photos manually!

Click the 'homepage' link to view the help doc on how to get the extension up and running!

Disclaimer: 

This extension works by catching any file upload the user performs and allowing a user to pick a CompanyCam photo instead. It only allows photos directly from CompanyCam to be uploaded.                    

확장 프로그램 기본 정보

이름 CompanyCam CompanyCam
ID mlakcjhcfmdpimbmpjjmdemfcjpeghgm
공식 URL https://chromewebstore.google.com/detail/companycam/mlakcjhcfmdpimbmpjjmdemfcjpeghgm
설명 Get access to your CompanyCam photos from any web site
파일 크기 253 KB
설치 횟수 3,510
현재 버전 0.4.0
최근 업데이트 2024-01-30
출시 날짜 2022-06-23
평점 5.00/5 총 1 개의 평점
개발자 CompanyCam
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://help.companycam.com/article/478-how-to-install-and-use-the-companycam-chrome-extension#setup
도움말 페이지 URL https://help.companycam.com/article/478-how-to-install-and-use-the-companycam-chrome-extension#setup
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CompanyCam",
    "version": "0.4.0",
    "description": "Get access to your CompanyCam photos from any web site",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmaX6oUrSoZc4mrOXiZ9BQiuf59J+Lj5ePldDcQ7xRpaFj69OJ4aFNkax4At+LmPMrQ2FhbyJsur4S3qJSHYNJ1XSP98hqujgEe1tia1tOav7YjtiKsZfTIgEkIIkmF32saxiLVvYOKgOao9vCmYE6ybIXGbaLKUKSalX36\/t2GYu6mizAFv1tTVCbUAObe0H1C62p0nqMMjJp1Sb37rpkWVK\/F\/dHAYHoj\/TIFJFW5i+\/MhD\/6KBGBeBbyp2++KY9KlUgtLWm+OVWExbgFQ1\/wyfsfOVb3UPdd\/OH11h+VI0YbOfMKDsm4ezEGMUekpa1wuPaMHrFQplPirwDSuoQwIDAQAB",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Companycam Ext",
        "default_popup": "popup.html"
    },
    "oauth2": {
        "client_id": "eTTv9DqqzQJeO5DdJrYqJ9wfch1cbNQssFx7L1ADLKw",
        "scopes": [
            "read"
        ]
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "plugins\/handleDynamicElements.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.intuit.com\/*",
        "https:\/\/*.instagram.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}