Nachonacho Web Extension

NachoNacho: Search for your virtual credit cards, copy card details, and make payments all within a vendor's checkout page.

Nachonacho Web Extensionとは何ですか?

Nachonacho Web Extensionはhttps://nachonacho.comによって開発されたChromeの拡張機能で、その主な機能は「NachoNacho: Search for your virtual credit cards, copy card details, and make payments all within a vendor's checkout page.」です。

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

screenshot
screenshot
screenshot

Nachonacho Web Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        NachoNacho Sidekick – the Chrome Extension that helps you discover SaaS

See reviews, discussions, discounts, and all the details you need to feel confident when buying software while browsing.

Discover the details that matter: Learn all the details you need in one quick snapshot when shopping for software, including pricing, reviews, features, comparisons, and product screenshots.

Real user reviews: Skip the guesswork. See real reviews from real SaaS users on pricing, features, compatibility, and any other useful details.

A helpful community of fellow SaaS users: Join the discussion on top SaaS products as you're viewing them. Connect with real buyers, experts, and the seller themselves.

Buying SaaS: Simplified - Ready to subscribe? Create a secure virtual card instantly, one per vendor, with tight spending limits. Never make unwanted payments. Never overpay. Never pay for a ‘free trial.’ Save 30% or more on exclusive software deals from the NachoNacho SaaS Marketplace.

Use NachoNacho Sidekick to research the best software for your business                    

拡張機能の基本情報

名前 Nachonacho Web Extension Nachonacho Web Extension
ID koeoaeaogagaommgnlinhmhckiibbndd
公式URL https://chromewebstore.google.com/detail/nachonacho-web-extension/koeoaeaogagaommgnlinhmhckiibbndd
説明 NachoNacho: Search for your virtual credit cards, copy card details, and make payments all within a vendor's checkout page.
ファイルサイズ 734 KB
インストール数 232
現在のバージョン 0.0.0.78
最終更新日 2024-02-20
公開日 2020-08-31
評価 5.00/5 合計 17 レビュー
開発者 https://nachonacho.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://nachonacho.com
ヘルプページのURL https://support.nachonacho.com/
プライバシーポリシーページのURL https://nachonacho.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nachonacho Web Extension",
    "author": "NachoNacho.com",
    "version": "0.0.0.78",
    "description": "NachoNacho: Search for your virtual credit cards, copy card details, and make payments all within a vendor's checkout page.",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Nachonacho Web Extension",
        "default_icon": "assets\/icon-48.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "modal.html",
                "notification.html",
                "content.js",
                "assets\/*.woff"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/connect.nachonacho.com\/*",
            "https:\/\/app.nachonacho.com\/*",
            "https:\/\/app.nachonacho.co\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiatj5kT44k1iUrgTQ8chnd4h6aFvfOyftW4uq91VQWYRnPre5AF7ZvtkkNbD2tdKQfodBb8At5AfdzcTpk2R5j4cYY4KohVeeTFdefafyO8hhssXxMRyqGdW6t5yp5zun3o9ZfqzLxnKGvd4v76cEDiEODRhE4FUrNGodhmJEmg+FgL7xLErhAwk3ygKrmunPl1mNRZ3hnySl2yNL8lDe7HBbnLyU+v26DliLVa3NkHaejDh\/t3W5Zoju+rbSkZq5\/PovsNm5D6aRP7dDeLkGvoRR3qbOyBR1MtbqrVBY8D+vyh67D+fVDo\/r0ieig38j0yP\/gUA3JC+CSKr4+frlwIDAQAB"
}