IBM Cognos TM1 Web Clipboard Extension

This extension allows IBM Cognos TM1 Web access to the clipboard.

IBM Cognos TM1 Web Clipboard Extension란 무엇입니까?

IBM Cognos TM1 Web Clipboard Extension은(는) IBM Canada에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows IBM Cognos TM1 Web access to the clipboard."입니다.

확장 프로그램 스크린샷

screenshot

IBM Cognos TM1 Web Clipboard Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        IBM Cognos TM1 Web Clipboard Extension for Google Chrome™

For security reasons, some browsers prevent programmatic access to the clipboard. This prevents IBM Cognos TM1 users from being able to copy from a spreadsheet, for instance, in order to paste data within TM1 Web.  The IBM Cognos TM1 Web Clipboard Extension enables TM1 users to continue to copy and paste from the clipboard.  

Supports IBM Cognos TM1 10.2 FP2 or higher or IBM Cognos TM1 10.2 RP2 or higher.                    

확장 프로그램 기본 정보

이름 IBM Cognos TM1 Web Clipboard Extension IBM Cognos TM1 Web Clipboard Extension
ID pfcpjkoiknombhfcjnjihpafmkhmdcjb
공식 URL https://chromewebstore.google.com/detail/ibm-cognos-tm1-web-clipbo/pfcpjkoiknombhfcjnjihpafmkhmdcjb
설명 This extension allows IBM Cognos TM1 Web access to the clipboard.
파일 크기 194 KB
설치 횟수 193,857
현재 버전 1.0.0.4
최근 업데이트 2017-01-05
출시 날짜 2017-01-05
평점 3.75/5 총 4 개의 평점
개발자 IBM Canada
결제 유형 free
도움말 페이지 URL http://www-01.ibm.com/support/docview.wss?uid=swg27042015
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IBM Cognos TM1 Web Clipboard Extension",
    "description": "This extension allows IBM Cognos TM1 Web access to the clipboard.",
    "version": "1.0.0.4",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "icons": {
        "16": "icon_16x16.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    }
}