iFLYER APEX

Do more with iFLYER APEX. iFLYER APEXで音楽イベントの可能性をもっと広めよう。 iFLYER is Japan's leading live, festival and club information network.…

什麼是iFLYER APEX?

iFLYER APEX是由https://iflyer.tv開發的Chrome擴展程式,該擴展的主要功能是“Do more with iFLYER APEX. iFLYER APEXで音楽イベントの可能性をもっと広めよう。 iFLYER is Japan's leading live, festival and club information network.…”。

擴展截圖

screenshot

下載iFLYER APEX擴展crx文件

下載iFLYER APEX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Do more with iFLYER APEX.
iFLYER APEXで音楽イベントの可能性をもっと広めよう。

iFLYER is Japan's leading live, festival and club information network. Using iFLYER APEX, you can create or take control of your existing artist/venue/promoter profile. You can also add your event information to our network for FREE. iFLYER now has over 1.2M users monthly with 2,000 events added every month. This chrome application gives you easy-access to your iFLYER APEX profiles and events.
日本最大級の音楽イベントポータルサイト、iFLYERに掲載されているイベントを簡単に管理できる便利なアプリです。
月間ユーザー約120万人、毎月約2,000以上のイベントが追加されているiFLYERには、APEXから誰でも無料でイベントを掲載できます。このアプリでそのAPEXに簡単にアクセスできます。iFLYER APEXはダウンロードも利用も無料。

iFLYER APEX Features:

● Easy & quick access to APEX
◦ You can turn "Corkboard" on to New Tab option, which gives you easy and quick access to APEX.
◦ Also accessible from the iFLYER icon on the top right side corner.

● "Corkboard" makes your browsing life easier
◦  It lists up all your favourite websites in one grid layout and optionally reads in RSS feeds.
◦  Your APEX profiles and events will also show up in the list.
◦  New Tab option is easily switchable between Corkborad and regular Chrome tab.

● Facebook Invite Magic
◦ You can invite all your friends to Facebook events by simply clicking "Facebook Invite Magic" button on any public Facebook event page. It will select all your Facebook friends and invite them to your event. 
◦ No more selecting all your Facebook friends manually! (You will need to click "Invite" at the end of the process)

iFLYER APEXの機能:

● APEXへ簡単アクセス
◦ 新しいタブを開くと、APEXページに簡単アクセスできるcorkboardが開きます
◦ 右上に表示されるアイコンからもアクセス可能

● 便利なcorkboard(コルクボード)機能
◦ 新しいタブを開く時、追加したお気に入りのサイトをグリッドレイアウトでリスト表示し、設定でRSSも読み込み可能
◦ あなたが管理中のAPEXページ・イベントもリスト内に表示されるので簡単アクセスが可能に
◦ 新規タブは通常のChromeタブかcorkboardを選択

● Facebookイベントの招待機能
◦ Facebookのイベントページで「Facebook Invite Magic(Facebook招待マジック)」ボタンを押すと、あなたのすべての友達を一括選択して、招待を送信します
◦ 今まで友達の選択が煩わしかった人も、これで一括選択が可能です(完了には最後に「保存する」を押します)


★ Visit our iFLYER website!
http;//iflyer.tv

"LIKE" us on Facebook:
http://www.facebook.com/iFLYER
Follow our latest event info and music news:
http://twitter.com/iflyertv

Please send us any questions and requests to [email protected]

★ iFLYER.tvにも遊びにきて下さい
http://iflyer.tv

Facebookでイイネ!:
http://www.facebook.com/iFLYER
最新イベント情報・音楽ニュースをフォロー:
http://twitter.com/iflyertv

ご質問やご要望は[email protected]までお問い合わせください。                    

擴展基本資訊

名稱 iFLYER APEX iFLYER APEX
ID kfemicnnojfmdafnjdpbopdfnmadcaia
官方網址 https://chromewebstore.google.com/detail/iflyer-apex/kfemicnnojfmdafnjdpbopdfnmadcaia
簡介 Do more with iFLYER APEX. iFLYER APEXで音楽イベントの可能性をもっと広めよう。 iFLYER is Japan's leading live, festival and club information network.…
檔案大小 26.91 KB
安裝次數 25
目前版本 1.0.1
更新時間 2013-07-05
上架時間 2013-07-05
開發者 https://iflyer.tv
付費類型 free
擴展官網 http://admin.iflyer.tv
支援的語言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "name": "iFLYER APEX",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "iFLYER apex",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.iflyer.tv\/*",
                "https:\/\/*.iflyer.tv\/*",
                "http:\/\/iflyer.tv\/*",
                "https:\/\/iflyer.tv\/*"
            ],
            "all_frames": true,
            "js": [
                "\/js\/iflyer.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "http:\/\/*.facebook.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/js\/facebook.js"
            ],
            "css": [
                "\/css\/facebook.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}