Finomena EMI Calculator extension

Buy anything on EMI without a credit card

Finomena EMI Calculator extensionとは何ですか?

Finomena EMI Calculator extensionはhttps://finomena.comによって開発されたChromeの拡張機能で、その主な機能は「Buy anything on EMI without a credit card」です。

拡張機能のスクリーンショット

screenshot

Finomena EMI Calculator extension拡張機能のCRXファイルをダウンロード

Finomena EMI Calculator extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Looking to buy your dream mobile, laptop, musical instrument, home appliances, DSLR camera, furniture, educational classes online or other items on EMI without credit card? Well we have something even better for you - FMIs (Flexible Monthly Instalments).
Examples:

- Buy an iPhone 7 on EMI from Rs 4633/mon

- Buy a OnePlus Two on EMI from Rs. 1900/mon

- Buy a iPhone 6S on EMI from Rs. 3500/mon

- Buy a Macbook on EMI from Rs. 4500/mon

- Buy a XBox on EMI from Rs. 2000/mon


Buy now and pay later in flexible monthly instalments.


Features

1) No credit card required, buy everything you wished for on debit card.

2) Quick process - Just choose your product, and remember 1,2,3 :

1 day decision, 2 day delivery, 3 min application process.

3) Just copy paste any URL from Flipkart, Snapdeal, Amazon, Urbanladder, Pepperfry, Paytm or other ecommerce websites and the app will import the product and it's price details from the URL. For websites where we can't import automatically, just use the Other option and write the Price yourself.

4) Choose your product, then choose whatever combination of cash down-payment, your monthly instalment and

number of instalments suits you best.

5) Fill in your details, upload required documents and once we approve your loan request we will place the order with the e-commerce merchant and they will ship your product to your address asap!

6) We're always available on chat on the app, to answer all your questions!


Dare to dream with Finomena.

Problems downloading or installing the app? Email [email protected]

For anything else, visit our website on https://www.finomena.com/                    

拡張機能の基本情報

名前 Finomena EMI Calculator extension Finomena EMI Calculator extension
ID gikfhdfbaaecmippkjeomaifejlbgbla
公式URL https://chromewebstore.google.com/detail/finomena-emi-calculator-e/gikfhdfbaaecmippkjeomaifejlbgbla
説明 Buy anything on EMI without a credit card
ファイルサイズ 30.21 KB
インストール数 37
現在のバージョン 1.0.1
最終更新日 2016-10-28
公開日 2016-10-28
評価 4.00/5 合計 5 レビュー
開発者 https://finomena.com
支払い方法 free
拡張機能のウェブサイト https://finomena.com
ヘルプページのURL https://finomena.com/faqs
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Finomena EMI Calculator extension",
    "description": "Buy anything on EMI without a credit card",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.flipkart.com\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.snapdeal.com\/*",
                "*:\/\/*.urbanladder.com\/*",
                "*:\/\/*.pepperfry.com\/*"
            ],
            "js": [
                "uglify.js"
            ],
            "css": [
                "styles\/popup.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.flipkart.com\/*"
            ],
            "css": [
                "styles\/popupFlipkart.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amazon.in\/*"
            ],
            "css": [
                "styles\/popupAmazon.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.snapdeal.com\/*"
            ],
            "css": [
                "styles\/popupSnapdeal.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.urbanladder.com\/*"
            ],
            "css": [
                "styles\/popupUrbanladder.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pepperfry.com\/*"
            ],
            "css": [
                "styles\/popupPepperfry.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "styles\/popup.css",
        "styles\/popupAmazon.css",
        "styles\/popupFlipkart.css",
        "styles\/popupPepperfry.css",
        "styles\/popupUrbanladder.css",
        "styles\/popupSnapdeal.css",
        "facebook.png",
        "linkedIn.png",
        "new.png",
        "twitter.png",
        "topbar.html"
    ],
    "permissions": [
        "https:\/\/chrome-extension.finomena.com\/",
        "https:\/\/chrome-extension.finomena.com\/",
        "activeTab",
        "tabs",
        "webNavigation",
        "https:\/\/ajax.googleapis.com\/"
    ]
}