Apollo Sync for Chrome

Chrome extension to be used with Apollo Sync Mobile Apps on iOS/Kindle Fire.

Apollo Sync for Chromeคืออะไร?

Apollo Sync for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jerry Tian และคุณลักษณะหลักของมันคือ "Chrome extension to be used with Apollo Sync Mobile Apps on iOS/Kindle Fire."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apollo Sync for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Apollo Sync for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Important, all users need to update to latest version, currently 2.3.3.

2.3.3 release note: due to external API change, we need to update some logic within this extension. Please upgrade to the latest version if you have any problems in using it. 

2.2.3 release note: old versions does not work any more because of an external API change, this update is required to make the extension work again.

2.2.1 release note: fix a bug of authorization failure caused by slow network; after revoking API access, this extension now will automatically disable itself.

2.1.1 release note: fix a bug of repeating authorization request after using for a while.

This Chrome extension is part of Sync app suite for Chrome on iOS and Kindle devices, if you have not bought this app, you probably don't need to install this extension. 

The mobile sync app will bring your bookmarks, browsing history, open tabs to your device. All the data is transferred between your devices and your Google Drive storage, encrypted, for maximum security. 

Notice! Please make sure your according Android or iOS app has been upgraded to version v2.0+. The 
old ones are not compatible with this new version and beyond. A re-login is also needed after the update, we are sorry for the inconvenience it brings.

For more information, please visit(also an update is in progress):
http://chrome.apollobrowser.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Apollo Sync for Chrome Apollo Sync for Chrome
ID fbmhcbaeifdmgiidnkhchagmeijdoijp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/apollo-sync-for-chrome/fbmhcbaeifdmgiidnkhchagmeijdoijp
คำอธิบาย Chrome extension to be used with Apollo Sync Mobile Apps on iOS/Kindle Fire.
ขนาดไฟล์ 82.68 KB
จำนวนการติดตั้ง 809
เวอร์ชันปัจจุบัน 2.3.3
อัปเดตครั้งล่าสุด 2015-04-25
วันที่เผยแพร่ 2015-04-24
คะแนน 2.38/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา Jerry Tian
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://chrome.apollobrowser.com
URL หน้าช่วยเหลือ http://chrome.apollobrowser.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Apollo Sync for Chrome",
    "author": "VoyagerApps",
    "short_name": "Apollo Sync",
    "homepage_url": "http:\/\/chrome.apollobrowser.com",
    "description": "Chrome extension to be used with Apollo Sync Mobile Apps on iOS\/Kindle Fire.",
    "offline_enabled": false,
    "version": "2.3.3",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "bookmarks",
        "management",
        "history",
        "https:\/\/www.google.com\/",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/robots.txt*"
            ],
            "js": [
                "oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApcXvditpeDiBG1lw\/nq4VebYsVkLFq6p3RSC+4F+TlxtkOO2NKn+9kwCQ9lggRkwkI29\/dJpawEQrushHTANjf1m3zG0C6VkvEAKnZTFt9hyM3FrI44JKhIcGwwrBunLaGOfFyiZDDcMBzHq+\/JeI5VkrvOGvKqgQdBdVgSHgx79xNyTSRbjDIpOXcXIEHy+n8senC8up1TWSDQNJpWXxByc\/kNjHGyqELOZAA81QqPQkYJfxYZJKD46OxYlMUXCXbxs0HlAtwCubsW8XochPFkOkAH9bOprhaGzVAQ+l1WmPkcsUagtmUIRD5WEdgI7dDww1zc63NUYdzEVuyX2JQIDAQAB",
    "oauth2": {
        "client_id": "291791777953-qs98c8qksn1bnbb7bsdug8k6u39stoj9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    }
}