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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NachoNacho: Search for your virtual credit cards, copy card details, and make payments all within a vendor's checkout page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Nachonacho Web Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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": [ " |