Other World Computing

OWC is Your Source for Hardware Upgrades, Refurbished Macs, and Apple Accessories.

ما هو Other World Computing؟

Other World Computing هو إضافة Chrome تم تطويرها بواسطة Price.com، والميزة الرئيسية لها هي "OWC is Your Source for Hardware Upgrades, Refurbished Macs, and Apple Accessories.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Other World Computing

قم بتنزيل ملفات الامتداد Other World Computing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم Other World Computing Other World Computing
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
عنوان صفحة سياسة الخصوصية 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"
    ]
}