Other World Computing
OWC is Your Source for Hardware Upgrades, Refurbished Macs, and Apple Accessories.
Other World Computing란 무엇입니까?
Other World Computing은(는) Price.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OWC is Your Source for Hardware Upgrades, Refurbished Macs, and Apple Accessories."입니다.
확장 프로그램 스크린샷
Other World Computing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Since 1988 OWC has served the Apple community in getting the most out of their Mac, and OWC is your source for Mac upgrades, external storage, accessories, and refurbished Apple computers. OWC is dedicated to providing dependable products to our customers as well as excellent customer support. With the OWC browser extension you’ll always be informed while shopping online if the product you’re viewing is available at on our eCommerce website, MacSales.com.
확장 프로그램 기본 정보
이름 | |
ID | nlfcmgjfggehlehiocamjbcdfbbhgchh |
공식 URL | https://chrome.google.com/webstore/detail/other-world-computing/nlfcmgjfggehlehiocamjbcdfbbhgchh |
설명 | OWC is Your Source for Hardware Upgrades, Refurbished Macs, and Apple Accessories. |
파일 크기 | 300 KB |
설치 횟수 | 17 |
현재 버전 | 1.0.13 |
최근 업데이트 | 2019-01-08 |
출시 날짜 | 2019-01-08 |
개발자 | Price.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://price.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Other World Computing", "version": "1.0.13", "manifest_version": 2, "description": "OWC is Your Source for Hardware Upgrades, Refurbished Macs, and Apple Accessories.", "background": { "scripts": [ "assets\/scripts\/jquery.min.js", "assets\/scripts\/background.js" ] }, "browser_action": { "default_icon": "assets\/images\/owc-icon-128.png", "default_title": "Open OWC to see best price & related products" }, "icons": { "16": "assets\/images\/owc-icon-128.png", "48": "assets\/images\/owc-icon-128.png", "96": "assets\/images\/owc-icon-128.png", "128": "assets\/images\/owc-icon-128.png", "512": "assets\/images\/owc-icon-128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "styles.css" ], "js": [ "assets\/scripts\/jquery.min.js", "assets\/scripts\/content_script.js" ] } ], "short_name": "OWC", "web_accessible_resources": [ "index.html", "assets\/scripts\/extension.js", "https:\/\/fonts.googleapis.com\/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto+Slab:400,700|Roboto:400,500|Open+Sans+Condensed:300,700,300italic|Open+Sans:300,700,300italic" ], "permissions": [ "activeTab", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/*\/*\/*", "storage", "webNavigation", "webRequest" ] } |