PromptEasily ChatGPT - HDTeam
PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.
What is PromptEasily ChatGPT - HDTeam?
PromptEasily ChatGPT - HDTeam is a Chrome extension developed by nguyenduc1222, and its main feature is "PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.".
Extension Screenshots
Download PromptEasily ChatGPT - HDTeam Extension CRX File
Download PromptEasily ChatGPT - HDTeam extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.
Extension Basic Information
Name | PromptEasily ChatGPT - HDTeam |
ID | ploinbfndbddcpfdadnmhonnkcbegkle |
Official URL | https://chromewebstore.google.com/detail/prompteasily-chatgpt-hdte/ploinbfndbddcpfdadnmhonnkcbegkle |
Description | PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today. |
File Size | 539 KB |
Installation Count | 68 |
Current Version | 11.8 |
Last Updated | 2023-11-09 |
Publish Date | 2023-10-05 |
Developer | nguyenduc1222 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.facebook.com/profile.php?id=61552245567092 |
Help Page URL | https://www.facebook.com/profile.php?id=61552245567092 |
Privacy Policy Page URL | https://ai.puno2.com/policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PromptEasily ChatGPT - HDTeam", "description": "PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.", "version": "11.8", "icons": { "16": "icons\/512.png", "32": "icons\/512.png", "48": "icons\/512.png", "64": "icons\/512.png", "72": "icons\/512.png", "80": "icons\/512.png", "92": "icons\/512.png", "128": "icons\/512.png", "256": "icons\/512.png", "512": "icons\/512.png", "1024": "icons\/512.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Open ChatGPT" }, "permissions": [ "activeTab", "contextMenus", "declarativeNetRequestWithHostAccess" ], "omnibox": { "keyword": "aiprompt" }, "externally_connectable": { "matches": [ "https:\/\/*.puno2.com:*\/*", "https:\/\/*.prompteasily.com:*\/*" ] }, "web_accessible_resources": [ { "resources": [ "feedback.js", "config.js", "inject.js", "client.js", "utils.js", "enums.js", "messages.js", "style.css", "ai-removebg.png", "rxn.js", "list.js", "quota.js", "readability.js", "multiselect-dropdown.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ], "run_at": "document_end" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "host_permissions": [ "https:\/\/chat.openai.com\/*" ] } |