iFLYER APEX

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

Cos'è iFLYER APEX?

iFLYER APEX è un'estensione di Chrome sviluppata da https://iflyer.tv, e la sua funzione principale è "Do more with iFLYER APEX. iFLYER APEXで音楽イベントの可能性をもっと広めよう。 iFLYER is Japan's leading live, festival and club information network.…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione iFLYER APEX

Scarica i file di estensione iFLYER APEX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]までお問い合わせください。                    

Informazioni di Base sull'Estensione

Nome iFLYER APEX iFLYER APEX
ID kfemicnnojfmdafnjdpbopdfnmadcaia
URL Ufficiale https://chromewebstore.google.com/detail/iflyer-apex/kfemicnnojfmdafnjdpbopdfnmadcaia
Descrizione Do more with iFLYER APEX. iFLYER APEXで音楽イベントの可能性をもっと広めよう。 iFLYER is Japan's leading live, festival and club information network.…
Dimensione del File 26.91 KB
Conteggio Installazioni 25
Versione Corrente 1.0.1
Ultimo Aggiornamento 2013-07-05
Data di Pubblicazione 2013-07-05
Sviluppatore https://iflyer.tv
Tipo di Pagamento free
Sito Web dell'Estensione http://admin.iflyer.tv
Lingue Supportate 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
}