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."입니다.
확장 프로그램 스크린샷
Nachonacho Web Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [ " |