[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fMSUbDn6SQQHpQ6fZt77B429G-eJgfa9EGqC2uCNy1KM":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"raoinfotech","https:\u002F\u002Fprofiles.wordpress.org\u002Fraoinfotech\u002F",3,110,85,30,84,"2026-04-04T13:41:26.178Z",[13,38,59],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":19,"downloaded":20,"rating":21,"num_ratings":21,"last_updated":22,"tested_up_to":23,"requires_at_least":24,"requires_php":25,"tags":26,"homepage":32,"download_link":33,"security_score":34,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"sheetlink","GSheets Connector","1.1.1","\u003Cp>Get real time POST, CPT, Woocommerce Order along with meta fields mapping on sheets, easy mapping and configuration with each column and Post Column.\u003C\u002Fp>\n\u003Cp>This plugin uses \u003Ca href=\"https:\u002F\u002Fsheets.googleapis.com\u002Fv4\u002Fspreadsheets\u002F\" rel=\"nofollow ugc\">Google Sheets API\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fwww.googleapis.com\u002Fdrive\u002Fv3\u002Ffiles\" rel=\"nofollow ugc\">Google Drive API\u003C\u002Fa> to sync\u003Cbr \u002F>\nwordpress data with google sheets.\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Foauth2.googleapis.com\u002Ftoken\" rel=\"nofollow ugc\">Google Oauth\u003C\u002Fa> for generating the token for authorizing Google API’s.\u003C\u002Fp>\n\u003Ch3>Configuration\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Visit \u003Ca href=\"https:\u002F\u002Fconsole.cloud.google.com\u002F\" rel=\"nofollow ugc\">Google Cloud\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Create New Project\u003C\u002Fli>\n\u003Cli>Enable Google Sheets API & Google Drive API from API & Services Library\u003C\u002Fli>\n\u003Cli>Create Credentials for Service Account\u003C\u002Fli>\n\u003Cli>Save JSON object Credentials under plugin settings page\u003C\u002Fli>\n\u003Cli>Share Service accouts email on Google sheets with edit access\u003C\u002Fli>\n\u003Cli>Create first Sheetlink Integration\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Creating Integration\u003C\u002Fh3>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002Fqbxnyyoab48?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Ch3>Available Filter Hooks\u003C\u002Fh3>\n\u003Cp>GSheets Connector is developer friendly and has some filters available to add the custom fields\u003C\u002Fp>\n\u003Col>\n\u003Cli>\n\u003Cp>Add additional data options while creating integrations\u003C\u002Fp>\n\u003Cpre>\u003Ccode>apply_filters( 'rgsi_data_options', $data );\n\nadd_filter( 'rgsi_data_options', function($data) {\n    \u002F\u002FNeed to add prefix _custom_ in order to feed the custom data in rgsi_mapped_data hook\n    $data['_custom_company_id'] = \"Company ID\"\n    return $data;\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Filter Output data before being sent to sheet\u003C\u002Fp>\n\u003Cpre>\u003Ccode>apply_filters( 'rgsi_mapped_data',$parsed_data, $post,$custom_keys );\n\nadd_filter( 'rgsi_mapped_data', function( $parsed_data, $post, $custom_keys ){ \n    return $parsed_data;\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Data Privacy\u003C\u002Fh3>\n\u003Cp>The Application obtains the following information when you use the built-in app for authentication and link the Application with your Google Drive Account:\u003Cbr \u002F>\n1. Your WordPress website address.\u003Cbr \u002F>\n2. A short-lived access token gets generated by the OAuth flow.\u003Cbr \u002F>\n3. Service account Credentials in JSON format are encrypted and saved into the database. This credential is used for fetching and validating the access token.\u003Cbr \u002F>\n4. Access token is validated using \u003Ca href=\"https:\u002F\u002Fwww.googleapis.com\u002Foauth2\u002Fv1\u002Ftokeninfo\" rel=\"nofollow ugc\">GoogleApis Token Info\u003C\u002Fa> endpoint\u003Cbr \u002F>\n5. A short lived access token is retrieved using endpoint \u003Ca href=\"https:\u002F\u002Foauth2.googleapis.com\u002Ftoken\" rel=\"nofollow ugc\">Googleapis Oauth2\u003C\u002Fa> by sending JWT encoded Private key and client_email\u003Cbr \u002F>\n6. Retrieved access token is used to accesss list of spreadsheets with the help of \u003Ca href=\"https:\u002F\u002Fwww.googleapis.com\u002Fdrive\u002Fv3\u002Ffiles\" rel=\"nofollow ugc\">Google Drive API\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fsheets.googleapis.com\u002Fv4\u002Fspreadsheets\u002F\" rel=\"nofollow ugc\">Google Spreadsheets API\u003C\u002Fa> that has been shared with client email \u003Ca href=\"https:\u002F\u002Fwww.googleapis.com\u002Fdrive\u002Fv3\u002Ffiles\" rel=\"nofollow ugc\">Google Drive\u003C\u002Fa> and update spreadsheet data with the help of \u003Ca href=\"https:\u002F\u002Fsheets.googleapis.com\u002Fv4\u002Fspreadsheets\u002F\" rel=\"nofollow ugc\">Spreadsheers API\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>IMPORTANT:\u003C\u002Fstrong> When you use the Application, all other communications are strictly between your server and the cloud storage service servers. The communication is encrypted and the communication will not go through our servers. We do not collect and do not have access to your files.\u003Cbr \u002F>\nRead more : \u003Ca href=\"https:\u002F\u002Fraoinformationtechnology.com\u002Fprivacy-policy\u002F\" rel=\"nofollow ugc\">RaoInformation Technology Privacy Policy\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Privacy Policy\u003C\u002Fh3>\n\u003Cp>GSheets Connector uses \u003Ca href=\"https:\u002F\u002Fappsero.com\" rel=\"nofollow ugc\">Appsero\u003C\u002Fa> SDK to collect some telemetry data upon user’s confirmation. This helps us to troubleshoot problems faster & make product improvements.\u003C\u002Fp>\n\u003Cp>Appsero SDK \u003Cstrong>does not gather any data by default.\u003C\u002Fstrong> The SDK only starts gathering basic telemetry data \u003Cstrong>when a user allows it via the admin notice\u003C\u002Fstrong>. We collect the data to ensure a great user experience for all our users.\u003C\u002Fp>\n\u003Cp>Integrating Appsero SDK \u003Cstrong>DOES NOT IMMEDIATELY\u003C\u002Fstrong> start gathering data, \u003Cstrong>without confirmation from users in any case.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Learn more about how \u003Ca href=\"https:\u002F\u002Fappsero.com\u002Fprivacy-policy\u002F\" rel=\"nofollow ugc\">Appsero collects and uses this data\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>v1.0.0\u003C\u002Fh3>\n\u003Cp>= Initial Version\u003C\u002Fp>\n\u003Ch3>v1.1.0\u003C\u002Fh3>\n\u003Cp>= Fix Create Type Integration adding multiple times\u003C\u002Fp>\n\u003Ch4>Added registeration date support for user type\u003C\u002Fh4>\n\u003Cp>Add custom filter hooks to support custom fields\u003C\u002Fp>\n\u003Ch3>v1.1.0\u003C\u002Fh3>\n\u003Cp>= Fix Feedbackform Url\u003Cbr \u002F>\n= Integrate AppSero Analytics\u003C\u002Fp>\n","Sync your WordPress posts, custom post types, and WooCommerce orders, including custom fields, to Google Spreadsheets using available filter hooks.",100,1918,0,"2025-02-28T12:35:00.000Z","6.7.5","5.2","7.2",[27,28,29,30,31],"automation","google-sheets","google-spreadsheets","sheets","sync-posts-custom-post-types","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsheetlink\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsheetlink.1.1.1.zip",70,1,"2025-09-22 00:00:00","2026-03-15T15:16:48.613Z",{"slug":39,"name":40,"version":41,"author":4,"author_profile":5,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":21,"num_ratings":21,"last_updated":46,"tested_up_to":47,"requires_at_least":48,"requires_php":49,"tags":50,"homepage":55,"download_link":56,"security_score":19,"vuln_count":21,"unpatched_count":21,"last_vuln_date":57,"fetched_at":58},"rao-forms","RAO Forms","1.0.0","\u003Cp>RAO Forms is an omnichannel multi form submission that helps you to dump and manage submission data from your WordPress website form plugins to RAO Forms. Easily collect leads data from multiple channels and export to csv, pdf, or google sheet to integrate with your CRM.\u003C\u002Fp>\n\u003Ch3>Integrated with Renowed Form Plugins\u003C\u002Fh3>\n\u003Ch3>Do you already have contact forms on your wordpress website and having tough time in analyzing submissions?.\u003C\u002Fh3>\n\u003Cp>RAO Forms plugin provides a feature to save all the submissions from different forms at one place. It is a one time configuration process. After activating the plugin , please visit the RAO Forms Settings Page. Screenshots are added at the bottom for better understanding.\u003C\u002Fp>\n\u003Cp>User submissions will be sent to RAO Forms Submissions whenever visitor will submit the form data from the plugins mentioned below.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcontact-form-7\u002F\" rel=\"ugc\">Contact Form 7\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwpforms-lite\u002F\" rel=\"ugc\">WPForms\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fninja-forms\u002F\" rel=\"ugc\">Ninja Forms\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Embed RAO Forms into WordPress website\u003C\u002Fh3>\n\u003Cp>Embed any type of form into your WordPress website without adding a server cost to a wordpress website.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Steps to Embed Rao Forms\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Open \u003Ca href=\"https:\u002F\u002Fapp.raoforms.com\u002F\" rel=\"nofollow ugc\">Rao Forms App\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Login to Rao Forms\u003C\u002Fli>\n\u003Cli>Create Form with Predefined\u002FCustom Template and add fields using Form Builder\u003C\u002Fli>\n\u003Cli>Go to Settings tab => Live Form Settings Steps\u003C\u002Fli>\n\u003Cli>Copy the Embed Code \u003C\u002Fli>\n\u003C\u002Fol>\n","Manage Website or APP form submissions at one place i.e. RAO Form Builder.",10,788,"","6.1.10","4.7","7.0",[51,52,53,39,54],"contact-form7","ninja-forms","rao-form-builder","wpforms","https:\u002F\u002Fraoinformationtechnology.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frao-forms.1.0.0.zip",null,"2026-03-15T10:48:56.248Z",{"slug":60,"name":61,"version":62,"author":4,"author_profile":5,"description":63,"short_description":64,"active_installs":21,"downloaded":65,"rating":21,"num_ratings":21,"last_updated":66,"tested_up_to":67,"requires_at_least":48,"requires_php":49,"tags":68,"homepage":46,"download_link":74,"security_score":8,"vuln_count":21,"unpatched_count":21,"last_vuln_date":57,"fetched_at":37},"raopress-chat-firebase-chat-for-visitors","Raopress Chat – Firebase Chat for Visitors","1.3","\u003Cp>This plugin allows you to interact with your website users\u002Fvisitors in real time. Admin\u002FSpecific role can manage chats from WP Admin. It is the first WordPress Plugin that integrates WordPress with Firebase Chat.\u003C\u002Fp>\n\u003Ch3>Note\u003C\u002Fh3>\n\u003Cp>This plugin provides a service to manage real time chat conversation stored in firebase. This is the reason firebase libraries are called remotely.\u003C\u002Fp>\n\u003Ch3>Raopress Chat Admin Mobile Application for IOS & Android\u003C\u002Fh3>\n\u003Cp>Raopress Chat Admin App provides a facility to respond your customers or subscribers using a mobile APP. Best part of this is that you do not need to login to WP amin dashboard to reply to the chat messages. \u003Ca href=\"https:\u002F\u002Flicence-manager.raoinfo.tech\u002F\" rel=\"nofollow ugc\">Buy now\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Firebase Settings Configuration Steps\u003C\u002Fh3>\n\u003Ch3>Step 1 : Create Firebase Project\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Go to \u003Ca href=\"https:\u002F\u002Fconsole.firebase.google.com\u002F\" rel=\"nofollow ugc\">Google Console\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Click on Add Project\u003C\u002Fli>\n\u003Cli>Select Parent Resource\u003C\u002Fli>\n\u003Cli>Click on continue\u003C\u002Fli>\n\u003Cli>Enable Google Analytics (Optional)\u003C\u002Fli>\n\u003Cli>Choode or create Google Analytics Account if you enabled Google Analytics from Step 4\u003C\u002Fli>\n\u003Cli>Click on Create Project\u003C\u002Fli>\n\u003Cli>Click on Continue => This would redirect you to Project Overview Dashboard.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Step2 : Create Realtime Database\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Navigate to Build => Realtime Database\u003C\u002Fli>\n\u003Cli>Click on Create Database\u003C\u002Fli>\n\u003Cli>Choose the Realtime Database Location\u003C\u002Fli>\n\u003Cli>Start in test mode\u003C\u002Fli>\n\u003Cli>Realtime Database will be created\u003C\u002Fli>\n\u003Cli>Go to Rules Tab and you can set up the date till the end of year to let your customers send chat messages.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Step 3: Create Web APP\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Navigate to Project Settings => General Tab => Your Apps Section (At the bottom)\u003C\u002Fli>\n\u003Cli>Create Web App\u003C\u002Fli>\n\u003Cli>Provide a App Name \u003C\u002Fli>\n\u003Cli>Click on Register App\u003C\u002Fli>\n\u003Cli>Click on Continue to Console\u003C\u002Fli>\n\u003Cli>Navigate to Project Settings => General Tab => Your Apps => SDK setup and Configuration => Config Option\u003C\u002Fli>\n\u003Cli>Copy the content with curly braces in text editor and enclose JSON object key with “”.\u003Cbr \u002F>\nFor eg: apiKey: “AIzaSyDJOxnnKZmJWdSuQ7pCKvrC0qyFT27VJII” to\u003Cbr \u002F>\n“apiKey”: “AIzaSyDJOxnnKZmJWdSuQ7pCKvrC0qyFT27VJII”\u003Cbr \u002F>\nAfter adjusting, it should like below with the associated project values\u003Cbr \u002F>\n{\u003Cbr \u002F>\n“apiKey”: “your-project-key”,\u003Cbr \u002F>\n“authDomain”: “your-project-authdomain”,\u003Cbr \u002F>\n“databaseURL”: “your-project-databaseurl”,\u003Cbr \u002F>\n“projectId”: “your-projectId”,\u003Cbr \u002F>\n“storageBucket”: “your-project-storageBucket”,\u003Cbr \u002F>\n“messagingSenderId”: “your-project-senderId”,\u003Cbr \u002F>\n“appId”: “your-project-appId”,\u003Cbr \u002F>\n“measurementId”: “your-project-measurementId”\u003Cbr \u002F>\n}\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Add the above object into Plugin Settings Page => General Tab => Firebase App Configuration field\u003C\u002Fp>\n\u003Ch3>Step 4: Configure Firebase Database & Secret Keys\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Navigate to  Google Console => Project Settings => Service Accounts (tab)\u003C\u002Fli>\n\u003Cli>Click on Generate new private key button\u003C\u002Fli>\n\u003Cli>Confirm and click on Generate Key\u003C\u002Fli>\n\u003Cli>Json file will be downloaded automatically\u003C\u002Fli>\n\u003Cli>Copy the file content to Plugin Settings Page => General Tab => Firebase DB Configuration\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Step 5: Configure Authentication to add an admin user from a Plugin Admin Dashboard Page\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Navigate to Google Console =>  Build => Authentication \u003C\u002Fli>\n\u003Cli>Click on Get Started\u003C\u002Fli>\n\u003Cli>Navigate to Sign in method tab\u003C\u002Fli>\n\u003Cli>Select Native Providers => Email\u002FPassword\u003C\u002Fli>\n\u003Cli>Go to Raopress Chat Plugin Home Page\u003C\u002Fli>\n\u003Cli>Register with your email & password which would act as an admin for the Chats received from your customers\u002Fsubscribers\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Step 6: Enable Firebase Storage\u003C\u002Fh3>\n\u003Cp>If you want allow your customers to append a document\u002Ffile, need to enable firebase storage from\u003Cbr \u002F>\n1. Navigate to Google Console => Build => Storage\u003Cbr \u002F>\n2. Click on Get Started\u003Cbr \u002F>\n3. Select start in test mode\u003Cbr \u002F>\n4. Choose the Storage Location\u003Cbr \u002F>\n5. Open Rules tab\u003Cbr \u002F>\n6. Set date to  Next year to avoid adjusting the rules again and again.\u003C\u002Fp>\n\u003Ch3>Step 7: Configure Widget Style\u003C\u002Fh3>\n\u003Cp>Configure Settings in Plugin Settings Page => Firebase Chat Widget Settings (Tab).\u003C\u002Fp>\n\u003Cp>You can set widget theme color according to your WP theme Primary Color and a Welcome message that you want your customers or subscribers to see when the chat initiates.\u003C\u002Fp>\n","Raopress Chat - Firebase Chat for Visitors is the first Real time Wordpress Chat Plugin that integrates with Firebase Chat",2472,"2023-12-14T05:41:00.000Z","6.4.8",[69,70,71,72,73],"chats","create-users","firebase","manage-chats","send-receive","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fraopress-chat-firebase-chat-for-visitors.1.3.zip"]